]> git.sesse.net Git - ffmpeg/commit
rtsp/sdp: Move code into correct ifdefs
authorMartin Storsjö <martin@martin.st>
Tue, 5 Oct 2010 19:46:25 +0000 (19:46 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 5 Oct 2010 19:46:25 +0000 (19:46 +0000)
commit5fe8021a6a93c9a0ab46e0e913649aa2b8f32d5d
treebce8a7319743fe21c0f97556eb717c8efe82ed28
parenteb99f179faf5b6c157d45805aeee72916342a6fa
rtsp/sdp: Move code into correct ifdefs

This makes the code dependencies correct. Previously, the SDP demuxer
wasn't buildable on its own.

This also reverts rev 25343.

Originally committed as revision 25354 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c