# HG changeset patch # User diego # Date 1251793815 0 # Node ID 0ba024eac67c85a2d848f875cc935d3b8fde23c2 # Parent 647445e4999e0ccc32c34f32c66e5fdb9227205c 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 diff -r 647445e4999e -r 0ba024eac67c configure --- 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'