diff options
author | Martin Storsjö <martin@martin.st> | 2010-10-29 08:43:57 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-10-29 08:43:57 +0000 |
commit | 0526c6f7c7852730e4d3da3dd1d070deb00e5043 (patch) | |
tree | 4cccfc5da46c27036235039dd8ae85725a242de4 /libavformat/Makefile | |
parent | c2688f3ac80e04799fc5e97cece83c45a70b9e56 (diff) | |
download | ffmpeg-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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 40adb537fb..e62a5ea982 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 |