Skip to content
Snippets Groups Projects
Commit 870a0c66 authored by Diego Biurrun's avatar Diego Biurrun Committed by Luca Barbato
Browse files

build: The libopencore-amrnb encoder depends on audio_frame_queue


CC: libav-stable@libav.org
Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
parent 8837f439
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment