diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-01-18 07:59:49 +0100 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-01-18 08:00:23 +0100 |
commit | 54bc6403620286f595becd01842947395020e2f4 (patch) | |
tree | 1aad3d5778f3c2563eddf8fdfae5a6e99407140c /libavformat/Makefile | |
parent | d9c3e5f6d8aab10a10f9f17fa3c0a207c45b2f54 (diff) | |
download | ffmpeg-54bc6403620286f595becd01842947395020e2f4.tar.gz |
Missing parts of IVF muxer support.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 67462c40fe..d3c849ab69 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -109,6 +109,7 @@ OBJS-$(CONFIG_IPMOVIE_DEMUXER) += ipmovie.o OBJS-$(CONFIG_ISS_DEMUXER) += iss.o OBJS-$(CONFIG_IV8_DEMUXER) += iv8.o OBJS-$(CONFIG_IVF_DEMUXER) += ivfdec.o riff.o +OBJS-$(CONFIG_IVF_MUXER) += ivfenc.o OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o OBJS-$(CONFIG_LXF_DEMUXER) += lxfdec.o OBJS-$(CONFIG_M4V_DEMUXER) += m4vdec.o rawdec.o |