diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-06-05 12:32:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-06-05 12:32:40 +0000 |
commit | 0b175caac811f3d1ee8a9b08b6e4754fed5cb7e3 (patch) | |
tree | cd067253d605ace6a6d2aca6d4436ce0ac2378c0 /libavcodec/Makefile | |
parent | 9cad0e4ed827953634dfb895a4876fefa512a277 (diff) | |
download | ffmpeg-0b175caac811f3d1ee8a9b08b6e4754fed5cb7e3.tar.gz |
Add support for external OpenCORE libraries for AMR-NB/WB support.
Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index cb9e4c4a1e..adac5ae355 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -385,6 +385,8 @@ OBJS-$(CONFIG_LIBFAAC) += libfaac.o OBJS-$(CONFIG_LIBFAAD) += libfaad.o OBJS-$(CONFIG_LIBGSM) += libgsm.o OBJS-$(CONFIG_LIBMP3LAME) += libmp3lame.o +OBJS-$(CONFIG_LIBOPENCORE_AMRNB) += libopencore-amr.o +OBJS-$(CONFIG_LIBOPENCORE_AMRWB) += libopencore-amr.o OBJS-$(CONFIG_LIBOPENJPEG) += libopenjpeg.o OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER) += libschroedingerdec.o libschroedinger.o libdirac_libschro.o OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.o libschroedinger.o libdirac_libschro.o |