diff cfg-mplayer.h @ 21161:ad7747bce52d

Make compilation depending on USE_OSD unconditional. USE_OSD was hardcoded to true in configure, manually turning it off would break compilation, and most OSD-related code wasn't affected by it anyway so it did nothing useful.
author uau
date Wed, 22 Nov 2006 19:21:16 +0000
parents b875b84a511e
children 224c7c1c5988
line wrap: on
line diff
--- a/cfg-mplayer.h	Wed Nov 22 19:19:47 2006 +0000
+++ b/cfg-mplayer.h	Wed Nov 22 19:21:16 2006 +0000
@@ -52,9 +52,7 @@
 extern int fullscreen;
 extern int vidmode;
 
-#ifdef USE_OSD
 extern int osd_level;
-#endif
 
 extern char *ao_outputfilename;
 extern int ao_pcm_waveheader;