gstreamer/ext/meson.build
Tim-Philipp Müller 2f767fb24a mad: remove plugin
We have better replacements such as the mpg123 plugin.
The main reason to keep around mad was for 'freeform'
mp3 support, but mpg123 can handle those too nowadays.
Also, mad is GPL and has been unmaintained for years.

https://bugzilla.gnome.org/show_bug.cgi?id=776140
2016-12-28 10:56:42 +00:00

11 lines
196 B
Meson

subdir('a52dec')
subdir('amrnb')
subdir('amrwbdec')
subdir('cdio')
subdir('dvdread')
subdir('lame')
subdir('mpeg2dec')
subdir('mpg123')
#subdir('sidplay') # FIXME
subdir('twolame')
subdir('x264')