[vlc-devel] commit: macosx/framework: Switch to C99. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Jan 27 02:09:15 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Tue Jan 26 12:40:38 2010 +0100| [f89857ba2b93fd4c22bcb5a5dcebfee791205d92] | committer: Pierre d'Herbemont
macosx/framework: Switch to C99.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f89857ba2b93fd4c22bcb5a5dcebfee791205d92
---
.../framework/VLCKit.xcodeproj/project.pbxproj | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
index 18f012d..4757a48 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -603,6 +603,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
+ GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
More information about the vlc-devel
mailing list