summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-02-07 14:28:50 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-03-20 18:55:36 -0400
commitd1afb2f94e7070cca7c62dcbc258efc85f267249 (patch)
tree889ebe166c8b8d05c7e81746caedbb1d971b11fd /libavcodec/Makefile
parent59041fd053d11d26772ac45e21b6ac3eea39c738 (diff)
downloadffmpeg-streaming-d1afb2f94e7070cca7c62dcbc258efc85f267249.zip
ffmpeg-streaming-d1afb2f94e7070cca7c62dcbc258efc85f267249.tar.gz
libfaac: use AVCodec.encode2()
Encoder output is delayed by several frames, so we keep a queue of input frame timing info to match up with corresponding output packets.
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 a9b9a7e..65385aa 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -581,7 +581,7 @@ OBJS-$(CONFIG_WTV_DEMUXER) += mpeg4audio.o mpegaudiodata.o
# external codec libraries
OBJS-$(CONFIG_LIBDIRAC_DECODER) += libdiracdec.o
-OBJS-$(CONFIG_LIBFAAC_ENCODER) += libfaac.o
+OBJS-$(CONFIG_LIBFAAC_ENCODER) += libfaac.o audio_frame_queue.o
OBJS-$(CONFIG_LIBGSM_DECODER) += libgsm.o
OBJS-$(CONFIG_LIBGSM_ENCODER) += libgsm.o
OBJS-$(CONFIG_LIBGSM_MS_DECODER) += libgsm.o
OpenPOWER on IntegriCloud