summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-12-28 22:18:48 +0000
committerPaul B Mahol <onemda@gmail.com>2012-12-28 22:21:56 +0000
commit3f8ee30e63192774cc5759d605769b5d57ba0470 (patch)
tree56ded83e72757cef0dfd04ccf5339c37dfb7cd80 /libavformat/Makefile
parentf18d2137d6e72fa2b65e5c4d4c3544f54498ef9a (diff)
downloadffmpeg-streaming-3f8ee30e63192774cc5759d605769b5d57ba0470.zip
ffmpeg-streaming-3f8ee30e63192774cc5759d605769b5d57ba0470.tar.gz
mmfenc: use ff_raw_write_packet()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 0115334..a8a368e 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -197,7 +197,7 @@ OBJS-$(CONFIG_MLP_DEMUXER) += rawdec.o
OBJS-$(CONFIG_MLP_MUXER) += rawenc.o
OBJS-$(CONFIG_MM_DEMUXER) += mm.o
OBJS-$(CONFIG_MMF_DEMUXER) += mmf.o
-OBJS-$(CONFIG_MMF_MUXER) += mmf.o
+OBJS-$(CONFIG_MMF_MUXER) += mmf.o rawenc.o
OBJS-$(CONFIG_MOV_DEMUXER) += mov.o isom.o mov_chan.o
OBJS-$(CONFIG_MOV_MUXER) += movenc.o isom.o avc.o \
movenchint.o rtpenc_chain.o \
OpenPOWER on IntegriCloud