diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 21:28:51 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 21:28:51 +0000 |
commit | 9243ed3f91f2dc9cb9b851740bfe65836462c81f (patch) | |
tree | 7bf81298a0e7f929c305cd3e12816e5d199edb61 /libavformat/Makefile | |
parent | 187186c6001d9cb9e2a9248de85defb7d0ad378a (diff) | |
download | ffmpeg-9243ed3f91f2dc9cb9b851740bfe65836462c81f.tar.gz |
move h264 demuxer to its own file
Originally committed as revision 24978 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 401098ed0e..dc6df29f44 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -89,7 +89,7 @@ OBJS-$(CONFIG_H261_DEMUXER) += raw.o OBJS-$(CONFIG_H261_MUXER) += raw.o OBJS-$(CONFIG_H263_DEMUXER) += raw.o OBJS-$(CONFIG_H263_MUXER) += raw.o -OBJS-$(CONFIG_H264_DEMUXER) += raw.o +OBJS-$(CONFIG_H264_DEMUXER) += h264dec.o raw.o OBJS-$(CONFIG_H264_MUXER) += raw.o OBJS-$(CONFIG_IDCIN_DEMUXER) += idcin.o OBJS-$(CONFIG_IFF_DEMUXER) += iff.o |