Module: libav Branch: release/9 Commit: 6c62098827d3020c852a975f88084945867bf029
Author: Diego Biurrun <[email protected]> Committer: Luca Barbato <[email protected]> Date: Sat Feb 16 23:05:05 2013 +0100 build: The libopencore-amrnb encoder depends on audio_frame_queue CC: [email protected] Signed-off-by: Luca Barbato <[email protected]> (cherry picked from commit d0fd1dd559b8362bdbca3405f739e0cc202d62e7) --- libavcodec/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 1ae17cd..0f55b80 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -574,7 +574,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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
