summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMiroslav Slugeň <Thunder.m@seznam.cz>2011-11-07 12:13:55 +0100
committerMartin Storsjö <martin@martin.st>2011-11-30 17:39:32 +0200
commit06d7325ab1fcc009f0183be3a0b0504f6d99edfb (patch)
treef339bba1eba422d112fdf69e2361fea9558c24dc /libavformat/Makefile
parent258366066479391aa998e3c8e87f70bec559db72 (diff)
rtpdec: Add support for G726 audio
This requires using a separate init function, since there isn't necessarily any fmtp lines for this codec, so parse_sdp_a_line won't be called. Incorporating it with the alloc function wouldn't do either, since it is called before the full rtpmap line is parsed (where the sample rate is extracted). Signed-off-by: Martin Storsjö <martin@martin.st>
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 64b2d823ed..f3f8679b42 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -247,6 +247,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 \