[MPlayer-cvslog] r19773 - trunk/mplayer.c
nicodvb
subversion at mplayerhq.hu
Sat Sep 9 23:32:06 CEST 2006
Author: nicodvb
Date: Sat Sep 9 23:32:06 2006
New Revision: 19773
Modified:
trunk/mplayer.c
Log:
unconditionally include label goto_enable_cache (to be used next by dvdnav)
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Sat Sep 9 23:32:06 2006
@@ -3399,9 +3399,7 @@
#endif
// CACHE2: initial prefill: 20% later: 5% (should be set by -cacheopts)
-#ifdef HAS_DVBIN_SUPPORT
goto_enable_cache:
-#endif
if(stream_cache_size>0){
current_module="enable_cache";
if(!stream_enable_cache(stream,stream_cache_size*1024,
More information about the MPlayer-cvslog
mailing list