aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2011-10-30 00:10:02 +0700
committerMichael Niedermayer <michaelni@gmx.at>2011-10-29 22:08:25 +0200
commit0fd59f1d456d12ddcdf628e83111f22a21c00d8b (patch)
tree1e8e2f0216b064b6f48a194a1576640a0b7691b2 /libavformat/Makefile
parente71aaad283533f879cb09faaa58060412c55aaa3 (diff)
downloadffmpeg-0fd59f1d456d12ddcdf628e83111f22a21c00d8b.tar.gz
Minimal patch for G.729 demuxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 61109b729d..0f35593c9d 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -100,6 +100,7 @@ OBJS-$(CONFIG_G722_DEMUXER) += rawdec.o
OBJS-$(CONFIG_G722_MUXER) += rawenc.o
OBJS-$(CONFIG_G723_1_DEMUXER) += g723_1.o
OBJS-$(CONFIG_G723_1_MUXER) += rawenc.o
+OBJS-$(CONFIG_G729_DEMUXER) += g729dec.o
OBJS-$(CONFIG_H261_DEMUXER) += h261dec.o rawdec.o
OBJS-$(CONFIG_H261_MUXER) += rawenc.o
OBJS-$(CONFIG_H263_DEMUXER) += h263dec.o rawdec.o