comparison configure @ 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 8635f13f0d2e
children ab9cec67f2a9
comparison
equal deleted inserted replaced
29562:647445e4999e 29563:0ba024eac67c
7080 if test "$_libopencore_amrnb" = yes ; then 7080 if test "$_libopencore_amrnb" = yes ; then
7081 _libopencore_amr=yes 7081 _libopencore_amr=yes
7082 extra_ldflags="$extra_ldflags -lopencore-amrnb" 7082 extra_ldflags="$extra_ldflags -lopencore-amrnb"
7083 def_libopencore_amrnb='#define CONFIG_LIBOPENCORE_AMRNB 1' 7083 def_libopencore_amrnb='#define CONFIG_LIBOPENCORE_AMRNB 1'
7084 _libavdecoders="$_libavdecoders LIBOPENCORE_AMRNB_DECODER" 7084 _libavdecoders="$_libavdecoders LIBOPENCORE_AMRNB_DECODER"
7085 _libavencoders="$_libavencoders LIBOPENCORE_AMRNB_DECODER" 7085 _libavencoders="$_libavencoders LIBOPENCORE_AMRNB_ENCODER"
7086 _codecmodules="libopencore_amrnb $_codecmodules" 7086 _codecmodules="libopencore_amrnb $_codecmodules"
7087 else 7087 else
7088 def_libopencore_amrnb='#define CONFIG_LIBOPENCORE_AMRNB 0' 7088 def_libopencore_amrnb='#define CONFIG_LIBOPENCORE_AMRNB 0'
7089 _nocodecmodules="libopencore_amrnb $_nocodecmodules" 7089 _nocodecmodules="libopencore_amrnb $_nocodecmodules"
7090 fi 7090 fi