summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMohamed Naufal Basheer <naufal11@gmail.com>2011-03-17 23:56:50 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-09-29 21:44:03 +0200
commitf990dc374eee84e7e1fd4da1309b9de0bd4f3216 (patch)
treed904736b73ee2e96299ea20b6888fa06587f5707 /libavformat/Makefile
parentda43980fa5a3d4a7240bcb7ae0a458bef3379fa9 (diff)
Add the G723.1 demuxer and decoder
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 04e995fc07..5f3bf4dde1 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -98,6 +98,7 @@ OBJS-$(CONFIG_GXF_DEMUXER) += gxf.o
OBJS-$(CONFIG_GXF_MUXER) += gxfenc.o audiointerleave.o
OBJS-$(CONFIG_G722_DEMUXER) += rawdec.o
OBJS-$(CONFIG_G722_MUXER) += rawenc.o
+OBJS-$(CONFIG_G723_1_DEMUXER) += g723_1.o
OBJS-$(CONFIG_H261_DEMUXER) += h261dec.o rawdec.o
OBJS-$(CONFIG_H261_MUXER) += rawenc.o
OBJS-$(CONFIG_H263_DEMUXER) += h263dec.o rawdec.o