[MPlayer-cvslog] r31643 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Jul 7 13:44:46 CEST 2010
Author: diego
Date: Wed Jul 7 13:44:45 2010
New Revision: 31643
Log:
Enable libvorbis encoder in FFmpeg if libvorbis is available.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Jul 6 11:02:37 2010 (r31642)
+++ trunk/configure Wed Jul 7 13:44:45 2010 (r31643)
@@ -6614,6 +6614,7 @@ elif test "$_libvorbis" = yes ; then
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-cvslog
mailing list