diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2007-05-07 13:30:08 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2007-05-07 13:30:08 +0000 |
commit | cb631737855f3c0154b677ed2890cc7032df4064 (patch) | |
tree | 5c2daa42ea7d8e8fc88fe62942d7a47a063863f3 /libavformat/Makefile | |
parent | 1ca779e7eb9c05f5086b1f8169ac30d9e1bd9f77 (diff) | |
download | ffmpeg-cb631737855f3c0154b677ed2890cc7032df4064.tar.gz |
Renderware TXD demuxer
Originally committed as revision 8927 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 639f7cc2aa..256bd9e4e2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -131,6 +131,7 @@ OBJS-$(CONFIG_TGP_MUXER) += movenc.o riff.o isom.o OBJS-$(CONFIG_THP_DEMUXER) += thp.o OBJS-$(CONFIG_TIERTEXSEQ_DEMUXER) += tiertexseq.o OBJS-$(CONFIG_TTA_DEMUXER) += tta.o +OBJS-$(CONFIG_TXD_DEMUXER) += txd.o OBJS-$(CONFIG_V4L2_DEMUXER) += v4l2.o OBJS-$(CONFIG_VIDEO_GRAB_BKTR_DEMUXER) += grab_bktr.o OBJS-$(CONFIG_VIDEO_GRAB_V4L_DEMUXER) += grab.o |