]> git.sesse.net Git - vlc/commitdiff
VLCKit: fixes compilation issues.
authorSebastien Zwickert <dilaroga@free.fr>
Mon, 19 Sep 2011 16:00:47 +0000 (18:00 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 19 Sep 2011 19:42:15 +0000 (21:42 +0200)
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
projects/macosx/framework/Sources/VLCExtensionsManager.m
projects/macosx/framework/VLCKit-Info.plist [moved from projects/macosx/framework/VLCKit copy-Info.plist with 100% similarity]
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index 46447a2ef0ca8b84aa8b3b30ae25b8da583b20af..876fd88f5fa7c092fa6b9d08520afb5775e7ccfc 100644 (file)
@@ -16,8 +16,8 @@
 
 // Here comes the nasty hack.
 #define MODULE_STRING "VLCKit"
-#import "../../../../src/control/media_player_internal.h"
-#import "../../../../src/control/libvlc_internal.h"
+#import "../../../../lib/media_player_internal.h"
+#import "../../../../lib/libvlc_internal.h"
 
 static input_thread_t *libvlc_media_player_get_input_thread(libvlc_media_player_t *player)
 {
index 426131666811020293fe7f26c28e57d6084e5fe6..38cc8a779c274630e5a1e4ac86731bb177a76c58 100644 (file)
                63D88C56124E9A5100F65FA0 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; };
                63D88CA9124E9A8200F65FA0 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
                63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaThumbnailer.h; path = Public/VLCMediaThumbnailer.h; sourceTree = "<group>"; };
-               8DC2EF5B0486A6940098B216 /* VLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+               A26DCC7314279D2400EA47A0 /* VLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
                A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoCommon.h; path = Internal/VLCVideoCommon.h; sourceTree = "<group>"; };
                A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoCommon.m; sourceTree = "<group>"; };
-               CC4C593F13F53EA400FB0EFC /* VLCKit copy.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "VLCKit copy.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
-               CC4C594013F53EA400FB0EFC /* VLCKit copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "VLCKit copy-Info.plist"; path = "/Users/fpk/Desktop/videolan/vlc/projects/macosx/framework/VLCKit copy-Info.plist"; sourceTree = "<absolute>"; };
+               CC4C594013F53EA400FB0EFC /* VLCKit-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "VLCKit-Info.plist"; path = "/Users/dilaroga/dev/vlc_workspace/vlc/projects/macosx/framework/VLCKit-Info.plist"; sourceTree = "<absolute>"; };
                CCEC5B73114D9BE800D34AAB /* deprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = deprecated.h; path = ../../../include/vlc/deprecated.h; sourceTree = SOURCE_ROOT; };
                CCEC5B74114D9BE800D34AAB /* libvlc_events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_events.h; path = ../../../include/vlc/libvlc_events.h; sourceTree = SOURCE_ROOT; };
                CCEC5B75114D9BE800D34AAB /* libvlc_media_discoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_discoverer.h; path = ../../../include/vlc/libvlc_media_discoverer.h; sourceTree = SOURCE_ROOT; };
                034768DFFF38A50411DB9C8B /* Products */ = {
                        isa = PBXGroup;
                        children = (
-                               8DC2EF5B0486A6940098B216 /* VLCKit.framework */,
-                               CC4C593F13F53EA400FB0EFC /* VLCKit copy.framework */,
+                               A26DCC7314279D2400EA47A0 /* VLCKit.framework */,
                        );
                        name = Products;
                        sourceTree = "<group>";
                                034768DFFF38A50411DB9C8B /* Products */,
                                63D88C56124E9A5100F65FA0 /* Quartz.framework */,
                                63D88CA9124E9A8200F65FA0 /* ApplicationServices.framework */,
-                               CC4C594013F53EA400FB0EFC /* VLCKit copy-Info.plist */,
+                               CC4C594013F53EA400FB0EFC /* VLCKit-Info.plist */,
                        );
                        name = VLC;
                        sourceTree = "<group>";
                        name = "Build just VLCKit";
                        productInstallPath = "$(HOME)/Library/Frameworks";
                        productName = VLC;
-                       productReference = 8DC2EF5B0486A6940098B216 /* VLCKit.framework */;
+                       productReference = A26DCC7314279D2400EA47A0 /* VLCKit.framework */;
                        productType = "com.apple.product-type.framework";
                };
                CC4C590813F53EA400FB0EFC /* Build Everything */ = {
                        name = "Build Everything";
                        productInstallPath = "$(HOME)/Library/Frameworks";
                        productName = VLC;
-                       productReference = CC4C593F13F53EA400FB0EFC /* VLCKit copy.framework */;
                        productType = "com.apple.product-type.framework";
                };
 /* End PBXNativeTarget section */
                                        "$(VLC_SRC_DIR)/include",
                                        "Headers/**",
                                );
-                               INFOPLIST_FILE = "VLCKit copy-Info.plist";
+                               INFOPLIST_FILE = "VLCKit-Info.plist";
                                INSTALL_PATH = "@loader_path/../Frameworks";
                                LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
                                OTHER_LDFLAGS = (
                                        "-lvlc",
                                );
                                PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
-                               PRODUCT_NAME = "VLCKit copy";
+                               PRODUCT_NAME = VLCKit;
                                SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
                                SDKROOT = macosx;
                                WRAPPER_EXTENSION = framework;
                                        "$(VLC_SRC_DIR)/include",
                                        "Headers/**",
                                );
-                               INFOPLIST_FILE = "VLCKit copy-Info.plist";
+                               INFOPLIST_FILE = "VLCKit-Info.plist";
                                INSTALL_PATH = "@loader_path/../Frameworks";
                                LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
                                OTHER_LDFLAGS = (
                                        "-lvlc",
                                );
                                PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
-                               PRODUCT_NAME = "VLCKit copy";
+                               PRODUCT_NAME = VLCKit;
                                SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
                                SDKROOT = macosx;
                                WRAPPER_EXTENSION = framework;