summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-14 00:36:25 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-14 00:36:25 +0000
commit0ceae373cf5bfa1df58d8cd53461a53b51749330 (patch)
tree80a1ed9f8ceff327c12bd8662c6f15f01bf52f87 /mplayer.c
parente817ade915c8fdd97c3ea8e7cf00216bd8f7fce7 (diff)
downloadmpv-0ceae373cf5bfa1df58d8cd53461a53b51749330.tar.bz2
mpv-0ceae373cf5bfa1df58d8cd53461a53b51749330.tar.xz
warning fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10603 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 230da6520a..b5dcffdc99 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1329,7 +1329,9 @@ if(stream_cache_size>0){
}
//============ Open DEMUXERS --- DETECT file type =======================
+#ifdef HAS_DVBIN_SUPPORT
goto_open_demuxer:
+#endif
current_module="demux_open";
demuxer=demux_open(stream,file_format,audio_id,video_id,dvdsub_id,filename);