[MPlayer-cvslog] r29605 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Sep 1 10:30:15 CEST 2009
Author: diego
Date: Tue Sep 1 10:30:15 2009
New Revision: 29605
Log:
The libamrnb *en*coder, not the *de*coder should be added to the list of
encoders to enable in libavcodec.
patch by Wang William, william0wang gmail com
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Aug 31 12:07:44 2009 (r29604)
+++ trunk/configure Tue Sep 1 10:30:15 2009 (r29605)
@@ -7082,7 +7082,7 @@ if test "$_libopencore_amrnb" = yes ; th
extra_ldflags="$extra_ldflags -lopencore-amrnb"
def_libopencore_amrnb='#define CONFIG_LIBOPENCORE_AMRNB 1'
_libavdecoders="$_libavdecoders LIBOPENCORE_AMRNB_DECODER"
- _libavencoders="$_libavencoders LIBOPENCORE_AMRNB_DECODER"
+ _libavencoders="$_libavencoders LIBOPENCORE_AMRNB_ENCODER"
_codecmodules="libopencore_amrnb $_codecmodules"
else
def_libopencore_amrnb='#define CONFIG_LIBOPENCORE_AMRNB 0'
More information about the MPlayer-cvslog
mailing list