diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 19:16:04 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 19:16:04 +0000 |
commit | b47a5a954ace20d252dc426e55bf5b447d3b13aa (patch) | |
tree | 91e0eb08665fb8d0362f1e8e2dbb31d52b22f5f1 /libavformat/Makefile | |
parent | 6d0678d182fda5c2f954acaf528a5a0c3c7d6fd4 (diff) | |
download | ffmpeg-b47a5a954ace20d252dc426e55bf5b447d3b13aa.tar.gz |
move ingenient demuxer to its own file
Originally committed as revision 24973 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 f6d1f2c309..0034f84dd9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -97,7 +97,7 @@ OBJS-$(CONFIG_IMAGE2_DEMUXER) += img2.o OBJS-$(CONFIG_IMAGE2_MUXER) += img2.o OBJS-$(CONFIG_IMAGE2PIPE_DEMUXER) += img2.o OBJS-$(CONFIG_IMAGE2PIPE_MUXER) += img2.o -OBJS-$(CONFIG_INGENIENT_DEMUXER) += raw.o +OBJS-$(CONFIG_INGENIENT_DEMUXER) += ingenientdec.o raw.o OBJS-$(CONFIG_IPMOVIE_DEMUXER) += ipmovie.o OBJS-$(CONFIG_ISS_DEMUXER) += iss.o OBJS-$(CONFIG_IV8_DEMUXER) += iv8.o |