summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-02-27 20:01:42 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-03-21 12:49:35 -0400
commitb03dcf07f6f10af73ecb887368a50c1571eed0f9 (patch)
tree709187eccd921f54c0e4b68746e520ddc1270af0 /libavcodec/Makefile
parent57a52f258e4921ce5a0ede05c117a6897f2c70d5 (diff)
downloadffmpeg-streaming-b03dcf07f6f10af73ecb887368a50c1571eed0f9.zip
ffmpeg-streaming-b03dcf07f6f10af73ecb887368a50c1571eed0f9.tar.gz
libspeex: use AVCodec.encode2()
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 2fa3130..4ea4bb4 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -599,7 +599,7 @@ OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.o \
libschroedinger.o \
libdirac_libschro.o
OBJS-$(CONFIG_LIBSPEEX_DECODER) += libspeexdec.o
-OBJS-$(CONFIG_LIBSPEEX_ENCODER) += libspeexenc.o
+OBJS-$(CONFIG_LIBSPEEX_ENCODER) += libspeexenc.o audio_frame_queue.o
OBJS-$(CONFIG_LIBTHEORA_ENCODER) += libtheoraenc.o
OBJS-$(CONFIG_LIBVO_AACENC_ENCODER) += libvo-aacenc.o mpeg4audio.o
OBJS-$(CONFIG_LIBVO_AMRWBENC_ENCODER) += libvo-amrwbenc.o
OpenPOWER on IntegriCloud