summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2009-04-07 06:41:55 +0000
committerLuca Abeni <lucabe72@email.it>2009-04-07 06:41:55 +0000
commit9edfaf3c6c726600559ad9df07f3d3331e157f6e (patch)
tree71ab1a78d73856c6bd84381136b779c965f38485 /libavformat/Makefile
parent215037887d1043f6cf1c82b26bfe8db1a594af02 (diff)
Add support for H.263 video in the RTP muxer
patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18347 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 1bdc976bc1..2b35769d9e 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -189,6 +189,7 @@ OBJS-$(CONFIG_RPL_DEMUXER) += rpl.o
OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtp_aac.o \
rtp_asf.o \
+ rtp_h263.o \
rtp_mpv.o \
rtpenc.o \
rtpenc_h264.o \