diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-16 23:05:05 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-02-17 12:03:25 +0100 |
commit | 870a0c669e536d56c6325d84f65e34c53792398e (patch) | |
tree | 08e54d07bd756e5e1738ca5770d02c2cdffb9167 /libavcodec/Makefile | |
parent | 8837f4396a1a458a0efb07fe7daba7b847755a7a (diff) | |
download | ffmpeg-870a0c669e536d56c6325d84f65e34c53792398e.tar.gz |
build: The libopencore-amrnb encoder depends on audio_frame_queue
CC: libav-stable@libav.org
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 91b5d88cba..0e90bb059f 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -577,7 +577,7 @@ OBJS-$(CONFIG_LIBILBC_ENCODER) += libilbc.o OBJS-$(CONFIG_LIBMP3LAME_ENCODER) += libmp3lame.o mpegaudiodecheader.o \ audio_frame_queue.o OBJS-$(CONFIG_LIBOPENCORE_AMRNB_DECODER) += libopencore-amr.o -OBJS-$(CONFIG_LIBOPENCORE_AMRNB_ENCODER) += libopencore-amr.o +OBJS-$(CONFIG_LIBOPENCORE_AMRNB_ENCODER) += libopencore-amr.o audio_frame_queue.o OBJS-$(CONFIG_LIBOPENCORE_AMRWB_DECODER) += libopencore-amr.o OBJS-$(CONFIG_LIBOPENJPEG_DECODER) += libopenjpegdec.o OBJS-$(CONFIG_LIBOPENJPEG_ENCODER) += libopenjpegenc.o |