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:
ben 2006-06-26 22:00:44 +00:00
parent 4661cbe829
commit 3b2c495798
1 changed files with 1 additions and 1 deletions

View File

@ -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) {