aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorThomasVolkert <thomas@homer-conferencing.com>2014-08-23 21:25:39 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-24 03:53:30 +0200
commit50a4d5cfc6749932347ee38c25b5040aea4b13a0 (patch)
tree756eeced890ba58c8c5a84532ea40aa2f033b488 /libavformat/Makefile
parentab1e4312887d8e560d027803871b55b883910714 (diff)
downloadffmpeg-50a4d5cfc6749932347ee38c25b5040aea4b13a0.tar.gz
Add support for H.261 RTP payload format (RFC 4587)
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 11d3e9c760..3c63f1b95d 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -33,6 +33,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtpdec_amr.o \
rtpdec_asf.o \
rtpdec_g726.o \
+ rtpdec_h261.o \
rtpdec_h263.o \
rtpdec_h263_rfc2190.o \
rtpdec_h264.o \
@@ -362,6 +363,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtpenc_aac.o \
rtpenc_latm.o \
rtpenc_amr.o \
+ rtpenc_h261.o \
rtpenc_h263.o \
rtpenc_h263_rfc2190.o \
rtpenc_jpeg.o \