changeset 29563:0ba024eac67c

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
author diego
date Tue, 01 Sep 2009 08:30:15 +0000
parents 647445e4999e
children 4ae3d2d7946e
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Aug 31 10:07:44 2009 +0000
+++ b/configure	Tue Sep 01 08:30:15 2009 +0000
@@ -7082,7 +7082,7 @@
   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'