[MPlayer-cvslog] CVS: main configure,1.991,1.992

Nicolas Plourde CVS syncmail at mplayerhq.hu
Thu May 5 02:17:29 CEST 2005


CVS change done by Nicolas Plourde CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv31168

Modified Files:
	configure 
Log Message:
do not define video_out_macosx if corevideo is not present

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.991
retrieving revision 1.992
diff -u -r1.991 -r1.992
--- configure	4 May 2005 17:02:14 -0000	1.991
+++ configure	5 May 2005 00:17:26 -0000	1.992
@@ -3213,8 +3213,12 @@
 		_vosrc="$_vosrc vo_macosx.m"
 		_vomodules="macosx $_vomodules"
 		_macosx_frameworks="$_macosx_frameworks -framework Cocoa -framework QuartzCore -framework OpenGL"
+		_def_macosx_corevideo='#define MACOSX_COREVIDEO 1'
+		_macosx_corevideo=yes
 	else
 		_novomodules="macosx $_novomodules"
+		_def_macosx_corevideo='#undef MACOSX_COREVIDEO'
+		_macosx_corevideo=no
 	fi
 fi
 echores "$_macosx"
@@ -6891,6 +6895,7 @@
 MACOSX_FINDER_SUPPORT = $_macosx_finder_support
 MACOSX_BUNDLE = $_macosx_bundle
 MACOSX_FRAMEWORKS = $_macosx_frameworks
+MACOSX_COREVIDEO = $_macosx_corevideo
 TOOLAME=$_toolame
 TOOLAME_EXTRAFLAGS=$_toolame_extraflags
 TOOLAME_LIB=$_toolame_lib
@@ -7201,6 +7206,7 @@
 $_def_macosx
 $_def_macosx_finder_support
 $_def_macosx_bundle
+$_def_macosx_corevideo
 
 /* Build our Win32-loader */
 $_def_win32_loader




More information about the MPlayer-cvslog mailing list