summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-08-29 21:37:37 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-08-29 21:37:37 +0000
commit99392a6111eac44875dfc47eab2a0ea1eb4d24ae (patch)
tree0c0aabe7b3538daa9aeaa496ec9a39efdb4f311e /libavformat/Makefile
parentb30593c7dbfc860a79475feac42ea740dbb537c8 (diff)
downloadffmpeg-streaming-99392a6111eac44875dfc47eab2a0ea1eb4d24ae.zip
ffmpeg-streaming-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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index bccef6a..2ad53e7 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
OpenPOWER on IntegriCloud