Bug 1869043 allow a device to be specified with MediaTrackGraph::NotifyWhenDeviceStar...
[gecko.git] / media / kiss_fft / moz.yaml
blobc18228774aa7b91168007f1fda7f178732c561fc
1 schema: 1
3 bugzilla:
4   product: Core
5   component: "Web Audio"
7 origin:
8   name: kiss_fft
9   description: A mixed-radix Fast Fourier Transform
11   url: https://github.com/mborgerding/kissfft
13   release: 1c3d6f5aa9eb2bf2f18641f0a7e3e6f5e523a156 (2017-10-25T13:50:40Z).
14   revision: 1c3d6f5aa9eb2bf2f18641f0a7e3e6f5e523a156
16   license: BSD-3-Clause
17   license-file: COPYING
19 vendoring:
20   url: https://github.com/mborgerding/kissfft
21   source-hosting: github
22   tracking: commit
24   exclude:
25     - ".*"
26     - test
27     - tools/fftutil.c
28     - tools/psdpng.c
29     - "tools/kiss_fftnd*"
30     - tools/kiss_fastfir.c
31     - "tools/kfc.*"
32     - "tools/.*"
33     - TIPS
34     - kissfft.hh
35     - tools/Makefile
36     - Makefile
38   keep:
39     - COPYING
40     - _kiss_fft_guts.h
41     - kiss_fft.c
42     - kiss_fft.h
43     - tools/kiss_fftr.c
44     - tools/kiss_fftr.h
46   update-actions:
47     - action: move-dir
48       from: '{vendor_dir}/tools'
49       to: '{vendor_dir}'