diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-12-15 19:29:14 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-12-15 23:51:19 +0000 |
commit | 0a6f72c0d657249b257831b04cd4ebd889901dfa (patch) | |
tree | 750ce7092baf87588b666c5279bbb594fe553bbd /recipes/gst-plugins-ugly-1.0.recipe | |
parent | d9e7851b80762777e91e6ee087e21578a199f85b (diff) |
Remove libmad and mad plugin
libmad is GPL, has been unmaintained for ages, and is slow.
We have better replacements these days, such as libmpg123.
https://bugzilla.gnome.org/show_bug.cgi?id=776140
Diffstat (limited to 'recipes/gst-plugins-ugly-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-ugly-1.0.recipe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe index 544cf60e..cdc9c511 100644 --- a/recipes/gst-plugins-ugly-1.0.recipe +++ b/recipes/gst-plugins-ugly-1.0.recipe @@ -7,7 +7,7 @@ class Recipe(custom.GStreamer): configure_options = "--disable-examples --disable-iec958 --disable-mpegstream --disable-cdio --disable-sidplay --disable-twolame " remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly'} deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr', - 'libdvdread', 'libmpeg2', 'libmad', 'x264', 'lame', 'mpg123'] + 'libdvdread', 'libmpeg2', 'x264', 'lame', 'mpg123'] files_plugins_codecs_restricted = [ 'lib/gstreamer-1.0/libgsta52dec%(mext)s', @@ -16,7 +16,6 @@ class Recipe(custom.GStreamer): 'lib/gstreamer-1.0/libgstasf%(mext)s', 'lib/gstreamer-1.0/libgstdvdsub%(mext)s', 'lib/gstreamer-1.0/libgstdvdlpcmdec%(mext)s', - 'lib/gstreamer-1.0/libgstmad%(mext)s', 'lib/gstreamer-1.0/libgstmpeg2dec%(mext)s', 'lib/gstreamer-1.0/libgstxingmux%(mext)s', 'lib/gstreamer-1.0/libgstrmdemux%(mext)s', |