diff Makefile @ 6436:505105fc99ab libavformat

move h263 demuxer to its own file
author aurel
date Sun, 29 Aug 2010 21:34:18 +0000
parents 67433b0c29d5
children c0f18afd0074
line wrap: on
line diff
--- a/Makefile	Sun Aug 29 21:28:51 2010 +0000
+++ b/Makefile	Sun Aug 29 21:34:18 2010 +0000
@@ -87,7 +87,7 @@
 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