diff options
author | Tomas Härdin <tomas.hardin@codemill.se> | 2010-10-01 11:08:24 +0000 |
---|---|---|
committer | Tomas Härdin <tomas.hardin@codemill.se> | 2010-10-01 11:08:24 +0000 |
commit | 8878e3b21b5fe836e636881d11bc7e3a3f9364fd (patch) | |
tree | 6669696d0edb12ebe5a2bc65cab810b5e0bc493f /libavformat/Makefile | |
parent | fbeabfca2f648bd83fa1969c3346d288a158d857 (diff) | |
download | ffmpeg-8878e3b21b5fe836e636881d11bc7e3a3f9364fd.tar.gz |
Add demuxer for LXF (Leitch/Harris' VR native stream format)
Originally committed as revision 25281 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 fb9b176b76..b3ae72a3d9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -105,6 +105,7 @@ OBJS-$(CONFIG_ISS_DEMUXER) += iss.o OBJS-$(CONFIG_IV8_DEMUXER) += iv8.o OBJS-$(CONFIG_IVF_DEMUXER) += ivfdec.o riff.o OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o +OBJS-$(CONFIG_LXF_DEMUXER) += lxfdec.o OBJS-$(CONFIG_M4V_DEMUXER) += m4vdec.o rawdec.o OBJS-$(CONFIG_M4V_MUXER) += rawenc.o OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroskadec.o matroska.o \ |