diff options
author | Martin Storsjö <martin@martin.st> | 2010-12-05 19:37:45 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-12-05 19:37:45 +0000 |
commit | 35014efcc6b0753ba3398e10887a7fae65a0c877 (patch) | |
tree | e7483de4305fdbb1307923822b9c4825d013aaa8 /libavformat/Makefile | |
parent | 129983408d0d064db656742a3d3d4c038420f48c (diff) | |
download | ffmpeg-35014efcc6b0753ba3398e10887a7fae65a0c877.tar.gz |
rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658
This fixes roundup issue 2390.
Originally committed as revision 25889 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 0e450dbdcd..c65f91f4b1 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -239,6 +239,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtpdec_h264.o \ rtpdec_latm.o \ rtpdec_mpeg4.o \ + rtpdec_qcelp.o \ rtpdec_qdm2.o \ rtpdec_qt.o \ rtpdec_svq3.o \ |