diff options
author | Miroslav Slugeň <Thunder.m@seznam.cz> | 2011-11-07 12:13:55 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-07 21:55:34 +0100 |
commit | df9c1cfb48c2d8ddb3c11b4d1e8c4c33c6b0d8a2 (patch) | |
tree | cdaff64a855e5c3c59a4e17614506ac7fb98983f /libavformat/Makefile | |
parent | 159609512c163c512827a5d41b2553f1dd9f2abc (diff) | |
download | ffmpeg-df9c1cfb48c2d8ddb3c11b4d1e8c4c33c6b0d8a2.tar.gz |
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/Makefile | 1 |
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 \ |