From d621b2f795684f7119057f986066060adbe84220 Mon Sep 17 00:00:00 2001 From: Vladimir Voroshilov Date: Sat, 19 Mar 2016 17:48:39 -0400 Subject: lavf: Raw G.729 demuxer Signed-off-by: Vittorio Giovara --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 7f4a0be6ca..48b66cf464 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -140,6 +140,7 @@ OBJS-$(CONFIG_G722_DEMUXER) += g722.o 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_GIF_MUXER) += gif.o OBJS-$(CONFIG_GSM_DEMUXER) += gsmdec.o OBJS-$(CONFIG_GXF_DEMUXER) += gxf.o -- cgit v1.2.3