diff options
Diffstat (limited to '')
-rw-r--r-- | media/libnestegg/moz.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media/libnestegg/moz.yaml b/media/libnestegg/moz.yaml new file mode 100644 index 0000000000..dfa3d22331 --- /dev/null +++ b/media/libnestegg/moz.yaml @@ -0,0 +1,23 @@ +# Version of this schema +schema: 1 + +bugzilla: + # Bugzilla product and component for this directory and subdirectories + product: "Core" + component: "Audio/Video: Playback" + +# The source from this directory was copied from the cubeb +# git repository using the update.sh script. The only changes +# made were those applied by update.sh and the addition of +# Makefile.in build files for the Mozilla build system. + +origin: + name: "nestegg" + description: "WebM demuxer" + + url: "https://github.com/kinetiknz/nestegg" + license: "ISC" + + # update.sh will update this value + release: "b50521d4f5bf659c66a56f8a90d8776aacaa1e36 (2019-11-05 11:33:33 +1300)" + |