diff libvo/video_out.c @ 29210:779281d8cd80

Rename macosx video output driver to corevideo.
author diego
date Mon, 04 May 2009 16:55:05 +0000
parents 2cbcf12c9ce1
children 9ea49bcf3abc
line wrap: on
line diff
--- a/libvo/video_out.c	Mon May 04 14:53:47 2009 +0000
+++ b/libvo/video_out.c	Mon May 04 16:55:05 2009 +0000
@@ -128,7 +128,7 @@
 extern vo_functions_t video_out_tdfx_vid;
 extern vo_functions_t video_out_xvr100;
 extern vo_functions_t video_out_tga;
-extern vo_functions_t video_out_macosx;
+extern vo_functions_t video_out_corevideo;
 extern vo_functions_t video_out_quartz;
 extern vo_functions_t video_out_pnm;
 extern vo_functions_t video_out_md5sum;
@@ -151,7 +151,7 @@
         &video_out_kva,
 #endif
 #ifdef CONFIG_COREVIDEO
-        &video_out_macosx,
+        &video_out_corevideo,
 #endif
 #ifdef CONFIG_QUARTZ
         &video_out_quartz,