diff options
author | David Conrad <lessen42@gmail.com> | 2007-06-04 22:10:54 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-06-04 22:10:54 +0000 |
commit | b061d892edd76bbdb8cf70b244c661f45185b76c (patch) | |
tree | dedbf96eeba641ffe1f6b8ed69509fc0c50790ab /libavformat/Makefile | |
parent | 5449190f531e40d3dc4f8dc49e5c4d5bf08401bd (diff) | |
download | ffmpeg-b061d892edd76bbdb8cf70b244c661f45185b76c.tar.gz |
split some common code from the mkv demuxer that will be useful to the muxer
patch by David Conrad umovimus _at_ gmail.com
Originally committed as revision 9215 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index a2de37d425..7c837ce46b 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -71,7 +71,7 @@ OBJS-$(CONFIG_INGENIENT_DEMUXER) += raw.o OBJS-$(CONFIG_IPMOVIE_DEMUXER) += ipmovie.o OBJS-$(CONFIG_M4V_DEMUXER) += raw.o OBJS-$(CONFIG_M4V_MUXER) += raw.o -OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroska.o riff.o +OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroskadec.o matroska.o riff.o OBJS-$(CONFIG_MJPEG_DEMUXER) += raw.o OBJS-$(CONFIG_MJPEG_MUXER) += raw.o OBJS-$(CONFIG_MM_DEMUXER) += mm.o |