[vlc-devel] commit: macosx/framework: Make sure base SDK is set to 10.5. (Pierre d' Herbemont )
git version control
git at videolan.org
Thu Dec 17 23:09:06 CET 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Dec 17 23:07:57 2009 +0100| [b0afc53e42559776410e80d31eacaf452b2f69c1] | committer: Pierre d'Herbemont
macosx/framework: Make sure base SDK is set to 10.5.
This should fix the issue about libmad when build the framework with the default settings.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0afc53e42559776410e80d31eacaf452b2f69c1
---
.../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 acc2bc3..1fd3217 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -695,7 +695,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
- SDKROOT = "";
+ SDKROOT = macosx10.5;
};
name = Debug;
};
@@ -709,7 +709,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
- SDKROOT = "";
+ SDKROOT = macosx10.5;
};
name = Release;
};
More information about the vlc-devel
mailing list