[MPlayer-dev-eng] [PATCH]Fix --disable-tremor-internal

Carl Eugen Hoyos cehoyos at rainbow.studorg.tuwien.ac.at
Sun Aug 1 23:25:05 CEST 2010


Hi!

If I hear no objections, I will apply next week.

Carl Eugen
-------------- next part --------------
Index: configure
===================================================================
--- configure	(Revision 31890)
+++ configure	(Arbeitskopie)
@@ -6664,7 +6664,7 @@
   def_vorbis='#define CONFIG_OGGVORBIS 1'
   codecmodules="libvorbis $codecmodules"
   res_comment="libvorbis"
-  extra_ldflags="$extra_ldflags -lvorbis -logg"
+  extra_ldflags="$extra_ldflags -lvorbis -lvorbisenc -logg"
   libavencoders="$libavencoders LIBVORBIS_ENCODER"
 else
   _vorbis=no


More information about the MPlayer-dev-eng mailing list