mirror of https://github.com/mpv-player/mpv
don't declare same global var twice (break live555 compilation)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18836 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4661cbe829
commit
3b2c495798
|
@ -90,7 +90,7 @@ static char* openURL_sip(SIPClient* client, char const* url) {
|
|||
}
|
||||
|
||||
int rtspStreamOverTCP = 0;
|
||||
int rtsp_port = 0;
|
||||
extern int rtsp_port;
|
||||
|
||||
extern "C" int audio_id, video_id, dvdsub_id;
|
||||
extern "C" demuxer_t* demux_open_rtp(demuxer_t* demuxer) {
|
||||
|
|
Loading…
Reference in New Issue