aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-16 23:05:05 +0100
committerLuca Barbato <lu_zero@gentoo.org>2013-02-17 12:03:25 +0100
commit870a0c669e536d56c6325d84f65e34c53792398e (patch)
tree08e54d07bd756e5e1738ca5770d02c2cdffb9167 /libavcodec/Makefile
parent8837f4396a1a458a0efb07fe7daba7b847755a7a (diff)
downloadandroid_external_ffmpeg-870a0c669e536d56c6325d84f65e34c53792398e.tar.gz
android_external_ffmpeg-870a0c669e536d56c6325d84f65e34c53792398e.tar.bz2
android_external_ffmpeg-870a0c669e536d56c6325d84f65e34c53792398e.zip
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/Makefile2
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