Commit 7c44d3b1 authored by diego's avatar diego

Add missing rdt.o dependency for SDP demuxer.

This fixes the build when the RTSP demuxer is disabled.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20323 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 48d4c1e3
...@@ -209,6 +209,7 @@ OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o \ ...@@ -209,6 +209,7 @@ OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o \
rtp_asf.o \ rtp_asf.o \
rtp_vorbis.o rtp_vorbis.o
OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \ OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \
rdt.o \
rtp.o \ rtp.o \
rtpdec.o \ rtpdec.o \
rtp_asf.o \ rtp_asf.o \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment