diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2008-01-07 23:52:51 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2008-01-07 23:52:51 +0000 |
commit | 670c78479d88c86ebf1828f31a5716c54d74d257 (patch) | |
tree | 0dca6ff1f10bdcf81379ffe03f54916acb9612c1 /libavformat/Makefile | |
parent | e03caf2efd35e031eed2438f2f28d63583b5bbe9 (diff) | |
download | ffmpeg-670c78479d88c86ebf1828f31a5716c54d74d257.tar.gz |
Linux Media Labs MPEG-4 (LMLM4) demuxer
Originally committed as revision 11456 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 0d69448ad5..f061376cb9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -67,6 +67,7 @@ OBJS-$(CONFIG_IMAGE2PIPE_DEMUXER) += img2.o OBJS-$(CONFIG_IMAGE2PIPE_MUXER) += img2.o OBJS-$(CONFIG_INGENIENT_DEMUXER) += raw.o OBJS-$(CONFIG_IPMOVIE_DEMUXER) += ipmovie.o +OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o OBJS-$(CONFIG_M4V_DEMUXER) += raw.o OBJS-$(CONFIG_M4V_MUXER) += raw.o OBJS-$(CONFIG_MATROSKA_AUDIO_MUXER) += matroskaenc.o matroska.o riff.o |