diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 21:37:37 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 21:37:37 +0000 |
commit | 99392a6111eac44875dfc47eab2a0ea1eb4d24ae (patch) | |
tree | 0c0aabe7b3538daa9aeaa496ec9a39efdb4f311e /libavformat/Makefile | |
parent | b30593c7dbfc860a79475feac42ea740dbb537c8 (diff) | |
download | ffmpeg-99392a6111eac44875dfc47eab2a0ea1eb4d24ae.tar.gz |
move h261 demuxer to its own file
Originally committed as revision 24980 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 bccef6a68a..2ad53e76c3 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -85,7 +85,7 @@ OBJS-$(CONFIG_GIF_MUXER) += gif.o OBJS-$(CONFIG_GSM_DEMUXER) += raw.o OBJS-$(CONFIG_GXF_DEMUXER) += gxf.o OBJS-$(CONFIG_GXF_MUXER) += gxfenc.o audiointerleave.o -OBJS-$(CONFIG_H261_DEMUXER) += raw.o +OBJS-$(CONFIG_H261_DEMUXER) += h261dec.o raw.o OBJS-$(CONFIG_H261_MUXER) += raw.o OBJS-$(CONFIG_H263_DEMUXER) += h263dec.o raw.o OBJS-$(CONFIG_H263_MUXER) += raw.o |