[MPlayer-cvslog] CVS: main get_path.c,1.8,1.9

Nicolas Plourde CVS syncmail at mplayerhq.hu
Fri Apr 22 14:45:31 CEST 2005


CVS change done by Nicolas Plourde CVS

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

Modified Files:
	get_path.c 
Log Message:
replace CoreFoundation.h by Carbon.h, fix build with x11 enable on mac osx with --enable-macosx-bundle enable

Index: get_path.c
===================================================================
RCS file: /cvsroot/mplayer/main/get_path.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- get_path.c	13 Apr 2005 11:46:12 -0000	1.8
+++ get_path.c	22 Apr 2005 12:45:29 -0000	1.9
@@ -9,7 +9,7 @@
  *
  */
 #ifdef MACOSX_BUNDLE
-#include <Carbon/Carbon.h>
+#include <CoreFoundation/CoreFoundation.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdio.h>




More information about the MPlayer-cvslog mailing list