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

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Aug 2 00:03:54 CEST 2010


Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:

> Well, it means it won't work anymore on systems that do
> have a non-split libvorbis, nor will it work on systems
> with only decoder installed.

I understand.
So can I commit the following inlined as a start?

Carl Eugen

Index: configure
===================================================================
--- configure   (Revision 31890)
+++ configure   (Arbeitskopie)
@@ -6665,7 +6665,6 @@
   codecmodules="libvorbis $codecmodules"
   res_comment="libvorbis"
   extra_ldflags="$extra_ldflags -lvorbis -logg"
-  libavencoders="$libavencoders LIBVORBIS_ENCODER"
 else
   _vorbis=no
   nocodecmodules="libvorbis $nocodecmodules"



More information about the MPlayer-dev-eng mailing list