[MPlayer-cvslog] r38466 - trunk/gui/ui/actions.c
    ib 
    subversion at mplayerhq.hu
       
    Sun Apr 21 12:54:51 EEST 2024
    
    
  
Author: ib
Date: Sun Apr 21 12:54:51 2024
New Revision: 38466
Log:
Fix "warning: label 'play' defined but not used".
Modified:
   trunk/gui/ui/actions.c
Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c	Sun Apr 21 12:53:05 2024	(r38465)
+++ trunk/gui/ui/actions.c	Sun Apr 21 12:54:51 2024	(r38466)
@@ -198,8 +198,9 @@ void uiEvent(int ev, float param)
 #endif
     case evPlay:
     case evPlaySwitchToPause:
+#if defined(CONFIG_CDDA) || defined(CONFIG_VCD) || defined(CONFIG_DVDREAD) || defined(CONFIG_TV)
 play:
-
+#endif
         if (guiInfo.Playing != GUI_PAUSE) {
             MediumPrepare(guiInfo.StreamType);
 
    
    
More information about the MPlayer-cvslog
mailing list