summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMiroslav Slugeň <Thunder.m@seznam.cz>2011-11-07 12:13:55 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-07 21:55:34 +0100
commitdf9c1cfb48c2d8ddb3c11b4d1e8c4c33c6b0d8a2 (patch)
treecdaff64a855e5c3c59a4e17614506ac7fb98983f /libavformat/Makefile
parent159609512c163c512827a5d41b2553f1dd9f2abc (diff)
libavformat: add support for G726 audio decoder in RTP and RTSP streams
Fixes Ticket611 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 264ab92611..420143db67 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -261,6 +261,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtpdec.o \
rtpdec_amr.o \
rtpdec_asf.o \
+ rtpdec_g726.o \
rtpdec_h263.o \
rtpdec_h264.o \
rtpdec_latm.o \