comparison libvo/video_out.c @ 15347:18d404eebb28

do not define video_out_macosx if corevideo is not present
author nplourde
date Thu, 05 May 2005 00:17:27 +0000
parents 21e7332ea44e
children 32d9c8a0a02b
comparison
equal deleted inserted replaced
15346:cdffac8b6555 15347:18d404eebb28
119 #endif 119 #endif
120 #ifdef HAVE_TGA 120 #ifdef HAVE_TGA
121 extern vo_functions_t video_out_tga; 121 extern vo_functions_t video_out_tga;
122 #endif 122 #endif
123 #ifdef MACOSX 123 #ifdef MACOSX
124 #ifdef MACOSX_COREVIDEO
124 extern vo_functions_t video_out_macosx; 125 extern vo_functions_t video_out_macosx;
126 #endif
125 extern vo_functions_t video_out_quartz; 127 extern vo_functions_t video_out_quartz;
126 #endif 128 #endif
127 #ifdef HAVE_PNM 129 #ifdef HAVE_PNM
128 extern vo_functions_t video_out_pnm; 130 extern vo_functions_t video_out_pnm;
129 #endif 131 #endif
138 #endif 140 #endif
139 #ifdef HAVE_DIRECTX 141 #ifdef HAVE_DIRECTX
140 &video_out_directx, 142 &video_out_directx,
141 #endif 143 #endif
142 #ifdef MACOSX 144 #ifdef MACOSX
145 #ifdef MACOSX_COREVIDEO
143 &video_out_macosx, 146 &video_out_macosx,
147 #endif
144 &video_out_quartz, 148 &video_out_quartz,
145 #endif 149 #endif
146 #ifdef HAVE_XMGA 150 #ifdef HAVE_XMGA
147 &video_out_xmga, 151 &video_out_xmga,
148 #endif 152 #endif