summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-06 07:42:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-06 07:42:26 +0000
commit473e2824cba09c93e9afb40a127ad5f07704c7ae (patch)
treec2c3bc9f9498b3f399ac0a77b63ed919c690b105 /libvo
parentf83e779ee4c356947770069f6ccc993d23e981e3 (diff)
downloadmpv-473e2824cba09c93e9afb40a127ad5f07704c7ae.tar.bz2
mpv-473e2824cba09c93e9afb40a127ad5f07704c7ae.tar.xz
Rename all preprocessor directives related to Apple / Mac OS X.
Switch them from a HAVE_ to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27420 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 083ad55dfa..836f7adc1a 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -125,10 +125,10 @@ const vo_functions_t* const video_out_drivers[] =
#ifdef CONFIG_DIRECTX
&video_out_directx,
#endif
-#ifdef HAVE_COREVIDEO
+#ifdef CONFIG_COREVIDEO
&video_out_macosx,
#endif
-#ifdef HAVE_QUARTZ
+#ifdef CONFIG_QUARTZ
&video_out_quartz,
#endif
#ifdef CONFIG_XMGA