diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-07-23 17:06:40 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-07-23 17:06:40 +0000 |
commit | 327ce5e6e651a1570f02ba136a1a809a309f0d18 (patch) | |
tree | d936e9f78af40e865d21ea6345ac0044e095074d /libavformat/Makefile | |
parent | cf67f1655c30083d1f8474b07937915f110cbd33 (diff) | |
download | ffmpeg-327ce5e6e651a1570f02ba136a1a809a309f0d18.tar.gz |
SMPTE 421M Annex L (aka .rcv) muxer
Originally committed as revision 14352 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 11514397f0..2d681a707f 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -173,6 +173,7 @@ OBJS-$(CONFIG_TTA_DEMUXER) += tta.o OBJS-$(CONFIG_TXD_DEMUXER) += txd.o OBJS-$(CONFIG_VC1_DEMUXER) += raw.o OBJS-$(CONFIG_VC1T_DEMUXER) += vc1test.o +OBJS-$(CONFIG_VC1T_MUXER) += vc1testenc.o OBJS-$(CONFIG_VMD_DEMUXER) += sierravmd.o OBJS-$(CONFIG_VOC_DEMUXER) += vocdec.o voc.o OBJS-$(CONFIG_VOC_MUXER) += vocenc.o voc.o |