summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-02-07 16:15:26 +0200
committerMartin Storsjö <martin@martin.st>2012-02-14 20:05:31 +0200
commit08bddfcde5ebf47eec6b108e0909c70da6529331 (patch)
tree7c8cf1fde05dda441d2fcecbd799f915ac3c1520 /libavformat/Makefile
parent18d1d5886bb78e4d0e11a2a0193fda765e05805d (diff)
rtpdec: Support H263 in RFC 2190 format
This is different from the "modern" RTP payload formats for H263 as defined by RFC 4629, 2429 and 3555. According to the newer RFCs, this old one is to be considered deprecated and only be used for interoperating with legacy systems. 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 a465b2f44e..cacfaf8560 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -254,6 +254,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtpdec_asf.o \
rtpdec_g726.o \
rtpdec_h263.o \
+ rtpdec_h263_rfc2190.o \
rtpdec_h264.o \
rtpdec_latm.o \
rtpdec_mpeg4.o \