[vlc-devel] commit: Fixed framework compilation and changed the configure script to configure VLC with the SDK selected in Xcode (at present: the current OS X version) ( Felix Paul Kühne )

git version control git at videolan.org
Thu Dec 25 13:01:25 CET 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Dec 25 13:00:53 2008 +0100| [fa175c3f3ef0a1fde7563e175482d2f49b721997] | committer: Felix Paul Kühne 

Fixed framework compilation and changed the configure script to configure VLC with the SDK selected in Xcode (at present: the current OS X version)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa175c3f3ef0a1fde7563e175482d2f49b721997
---

 .../framework/VLCKit.xcodeproj/project.pbxproj     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
index b380354..7dcf61f 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -356,7 +356,7 @@
 /* Begin PBXLegacyTarget section */
 		633BD6DB0D2ADE4E0012A314 /* vlc-core */ = {
 			isa = PBXLegacyTarget;
-			buildArgumentsString = vlc;
+			buildArgumentsString = "";
 			buildConfigurationList = 633BD6DF0D2ADE6D0012A314 /* Build configuration list for PBXLegacyTarget "vlc-core" */;
 			buildPhases = (
 			);
@@ -482,7 +482,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "if test $ACTION = \"clean\"\nthen\n\trm -Rf $SYMROOT/vlc_build_dir\n     exit 0\nfi\n\ntop_srcdir=`pwd`/../../..\n\nmkdir -p $SYMROOT/vlc_build_dir\ncd $SYMROOT/vlc_build_dir && $top_srcdir/configure --disable-nls --enable-debug -C\n";
+			shellScript = "if test $ACTION = \"clean\"\nthen\n\trm -Rf $SYMROOT/vlc_build_dir\n     exit 0\nfi\n\ntop_srcdir=`pwd`/../../..\n\nmkdir -p $SYMROOT/vlc_build_dir\ncd $SYMROOT/vlc_build_dir && $top_srcdir/configure --disable-nls --enable-debug --with-macosx-sdk=$SDKROOT -C\n";
 			showEnvVarsInLog = 0;
 		};
 		EF78BD2E0CAEEF9500354E6E /* ShellScript */ = {




More information about the vlc-devel mailing list