summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-29 08:43:57 +0000
committerMartin Storsjö <martin@martin.st>2010-10-29 08:43:57 +0000
commit0526c6f7c7852730e4d3da3dd1d070deb00e5043 (patch)
tree4cccfc5da46c27036235039dd8ae85725a242de4 /libavformat/Makefile
parentc2688f3ac80e04799fc5e97cece83c45a70b9e56 (diff)
downloadffmpeg-streaming-0526c6f7c7852730e4d3da3dd1d070deb00e5043.zip
ffmpeg-streaming-0526c6f7c7852730e4d3da3dd1d070deb00e5043.tar.gz
rtsp: Split out the RTSP demuxer functions to a separate, new file
Originally committed as revision 25601 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 40adb53..e62a5ea 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -243,7 +243,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtpdec_svq3.o \
rtpdec_vp8.o \
rtpdec_xiph.o
-OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o httpauth.o
+OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o rtspdec.o httpauth.o
OBJS-$(CONFIG_RTSP_MUXER) += rtsp.o rtspenc.o httpauth.o \
rtpenc_chain.o
OBJS-$(CONFIG_SAP_DEMUXER) += sapdec.o
OpenPOWER on IntegriCloud