[vlc-devel] commit: macosx/framework: Fix build in Release mode. (Pierre d'Herbemont )

git version control git at videolan.org
Mon Feb 15 22:22:30 CET 2010


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Mon Feb 15 22:21:23 2010 +0100| [e6fc028b83bcb141a4e04a0e52df7d5d35057ffc] | committer: Pierre d'Herbemont 

macosx/framework: Fix build in Release mode.

Thanks to DiDjCodt.

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

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

diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
index 7903fc0..2ef6ad3 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -672,13 +672,11 @@
 				LIBRARY_SEARCH_PATHS = "$(VLC_FRAMEWORK)/lib";
 				ONLY_ACTIVE_ARCH = YES;
 				OTHER_LDFLAGS = (
+					"-lvlccore",
 					"-single_module",
 					"-read_only_relocs",
 					suppress,
 					"-lvlc",
-					"$(LD_FLAGS_LIBINTL)",
-					"$(LD_FLAGS_LIBVLC)",
-					"$(LD_FLAGS_LIBVLC_CONTROL)",
 				);
 				PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
 				PRODUCT_NAME = VLCKit;




More information about the vlc-devel mailing list