50-rnnoise.json 453 B

123456789101112131415161718192021
  1. {
  2. "name": "rnnoise",
  3. "config-opts": [
  4. "--enable-shared",
  5. "-C",
  6. "--disable-dependency-tracking",
  7. "--disable-doc",
  8. "--disable-examples"
  9. ],
  10. "cleanup": [
  11. "/include",
  12. "/lib/pkgconfig"
  13. ],
  14. "sources": [
  15. {
  16. "type": "git",
  17. "url": "https://github.com/xiph/rnnoise.git",
  18. "commit": "085d8f484af6141b1b88281a4043fb9215cead01"
  19. }
  20. ]
  21. }