gstreamer/ext
Tim-Philipp Müller 95ddda57e2 lame: fix compilation with LAME versions < 3.98
lame_set_VBR_quality(), which takes a floating point value for the
quality, has been added only in v3.98. Use lame_set_VBR_q(), which
takes quality as an integer, for older LAME versions.

Fixes #581341.
2009-05-05 16:38:19 +01:00
..
a52dec Don't install static libs for plugins. Fixes #550851 for ugly. 2008-10-13 18:10:25 +00:00
amrnb armnb: Remove unused variable, adapt debug message accordingly. 2009-04-21 20:17:19 +02:00
cdio ext/cdio/gstcdio.c: Remove unused format argument. 2009-01-02 00:43:53 +00:00
dvdnav Don't install static libs for plugins. Fixes #550851 for ugly. 2008-10-13 18:10:25 +00:00
dvdread Don't install static libs for plugins. Fixes #550851 for ugly. 2008-10-13 18:10:25 +00:00
lame lame: fix compilation with LAME versions < 3.98 2009-05-05 16:38:19 +01:00
mad mad: Remove dead assignment and variables given values which are never read. 2009-04-19 14:02:44 +02:00
mpeg2dec mpeg2dec: Remove dead assignment. Value overwritten later on. 2009-04-19 14:03:19 +02:00
sidplay ext/sidplay/Makefile.am: Use GST_CXXFLAGS for C++ code instead of GST_CFLAGS. The latter could contain CFLAGS that do... 2008-11-17 09:53:39 +00:00
twolame twolame: Implement preset interface 2009-05-04 12:47:03 +02:00
Makefile.am Moved twolame from Bad to Ugly 2009-03-10 01:03:07 +00:00