Mercurial > mplayer.hg
comparison libvo/video_out.c @ 27388:ac03760f7fcc
Rename all preprocessor directives related to Apple / Mac OS X.
Switch them from a HAVE_ to a CONFIG_ prefix.
author | diego |
---|---|
date | Wed, 06 Aug 2008 07:42:26 +0000 |
parents | 2113bd9c6bd9 |
children | 48c1ae64255b |
comparison
equal
deleted
inserted
replaced
27387:eb7bdbd98210 | 27388:ac03760f7fcc |
---|---|
123 &video_out_tdfx_vid, | 123 &video_out_tdfx_vid, |
124 #endif | 124 #endif |
125 #ifdef CONFIG_DIRECTX | 125 #ifdef CONFIG_DIRECTX |
126 &video_out_directx, | 126 &video_out_directx, |
127 #endif | 127 #endif |
128 #ifdef HAVE_COREVIDEO | 128 #ifdef CONFIG_COREVIDEO |
129 &video_out_macosx, | 129 &video_out_macosx, |
130 #endif | 130 #endif |
131 #ifdef HAVE_QUARTZ | 131 #ifdef CONFIG_QUARTZ |
132 &video_out_quartz, | 132 &video_out_quartz, |
133 #endif | 133 #endif |
134 #ifdef CONFIG_XMGA | 134 #ifdef CONFIG_XMGA |
135 &video_out_xmga, | 135 &video_out_xmga, |
136 #endif | 136 #endif |