[MPlayer-cvslog] r28031 - trunk/libvo/video_out.h

diego subversion at mplayerhq.hu
Mon Nov 24 18:35:08 CET 2008


Author: diego
Date: Mon Nov 24 18:35:08 2008
New Revision: 28031

Log:
Remove unnecessary #ifdef around a struct and a bunch of extern declarations.


Modified:
   trunk/libvo/video_out.h

Modified: trunk/libvo/video_out.h
==============================================================================
--- trunk/libvo/video_out.h	(original)
+++ trunk/libvo/video_out.h	Mon Nov 24 18:35:08 2008
@@ -239,8 +239,6 @@ extern int vo_colorkey;
 
 extern int WinID;
 
-#if defined(CONFIG_FBDEV) || defined(CONFIG_VESA)
-
 typedef struct {
         float min;
 	float max;
@@ -253,6 +251,4 @@ extern char *monitor_hfreq_str;
 extern char *monitor_vfreq_str;
 extern char *monitor_dotclock_str;
 
-#endif /* defined(CONFIG_FBDEV) || defined(CONFIG_VESA) */
-
 #endif /* MPLAYER_VIDEO_OUT_H */



More information about the MPlayer-cvslog mailing list