summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-12-05 19:37:45 +0000
committerMartin Storsjö <martin@martin.st>2010-12-05 19:37:45 +0000
commit35014efcc6b0753ba3398e10887a7fae65a0c877 (patch)
treee7483de4305fdbb1307923822b9c4825d013aaa8 /libavformat/Makefile
parent129983408d0d064db656742a3d3d4c038420f48c (diff)
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/Makefile1
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 \