mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 02:12:28 +00:00
Add missing rdt.o dependency for SDP demuxer.
This fixes the build when the RTSP demuxer is disabled. Originally committed as revision 20323 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3a408eff35
commit
47e9f6217d
@ -209,6 +209,7 @@ OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o \
|
||||
rtp_asf.o \
|
||||
rtp_vorbis.o
|
||||
OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \
|
||||
rdt.o \
|
||||
rtp.o \
|
||||
rtpdec.o \
|
||||
rtp_asf.o \
|
||||
|
Loading…
Reference in New Issue
Block a user