diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 21:34:18 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 21:34:18 +0000 |
commit | b30593c7dbfc860a79475feac42ea740dbb537c8 (patch) | |
tree | 2840d2f535dff954a46f97940a394a0805cf861b /libavformat/Makefile | |
parent | 9243ed3f91f2dc9cb9b851740bfe65836462c81f (diff) | |
download | ffmpeg-b30593c7dbfc860a79475feac42ea740dbb537c8.tar.gz |
move h263 demuxer to its own file
Originally committed as revision 24979 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 dc6df29f44..bccef6a68a 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -87,7 +87,7 @@ OBJS-$(CONFIG_GXF_DEMUXER) += gxf.o OBJS-$(CONFIG_GXF_MUXER) += gxfenc.o audiointerleave.o OBJS-$(CONFIG_H261_DEMUXER) += raw.o OBJS-$(CONFIG_H261_MUXER) += raw.o -OBJS-$(CONFIG_H263_DEMUXER) += raw.o +OBJS-$(CONFIG_H263_DEMUXER) += h263dec.o raw.o OBJS-$(CONFIG_H263_MUXER) += raw.o OBJS-$(CONFIG_H264_DEMUXER) += h264dec.o raw.o OBJS-$(CONFIG_H264_MUXER) += raw.o |