summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-02 17:38:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-02 17:38:11 +0000
commite588ab056dba6560ad4236ed21c38390b066e43b (patch)
tree98c1d121d9b8a381bee7f250fc60d4312a93058a /libvo/video_out.h
parent7d6022deba055ec45f78c1fd91e827c175d2af48 (diff)
downloadmpv-e588ab056dba6560ad4236ed21c38390b066e43b.tar.bz2
mpv-e588ab056dba6560ad4236ed21c38390b066e43b.tar.xz
Change a bunch of video-output-specific preprocessor directives from a HAVE_
prefix to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27397 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 48799c484d..d5a12acdcf 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -239,7 +239,7 @@ extern int vo_colorkey;
extern int WinID;
-#if defined(HAVE_FBDEV) || defined(HAVE_VESA)
+#if defined(CONFIG_FBDEV) || defined(CONFIG_VESA)
typedef struct {
float min;
@@ -253,6 +253,6 @@ extern char *monitor_hfreq_str;
extern char *monitor_vfreq_str;
extern char *monitor_dotclock_str;
-#endif /* defined(HAVE_FBDEV) || defined(HAVE_VESA) */
+#endif /* defined(CONFIG_FBDEV) || defined(CONFIG_VESA) */
#endif /* MPLAYER_VIDEO_OUT_H */