[MPlayer-cvslog] CVS: main/libvo vo_quartz.c,1.42,1.43

Nicolas Plourde CVS syncmail at mplayerhq.hu
Wed Nov 10 17:43:42 CET 2004


CVS change done by Nicolas Plourde CVS

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

Modified Files:
	vo_quartz.c 
Log Message:
add support for macosx finder argument support (let you bundle mplayer to be a finder compliant .app) patch by Chris Roccati <roccati at pobox.com>

Index: vo_quartz.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_quartz.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- vo_quartz.c	2 Nov 2004 23:01:25 -0000	1.42
+++ vo_quartz.c	10 Nov 2004 16:43:39 -0000	1.43
@@ -1011,6 +1011,7 @@
         }
     }
 	
+#ifndef MACOSX_FINDER_SUPPORT
 	//this chunk of code is heavily based off SDL_macosx.m from SDL 
 	//it uses an Apple private function to request foreground operation
 
@@ -1029,6 +1030,7 @@
 			SetFrontProcess(&myProc);
 		}
 	}
+#endif
 
     return 0;
 }




More information about the MPlayer-cvslog mailing list