[vlc-commits] commit: MobileVLCKit: Match contrib build dir location change. (Pierre d' Herbemont )

git at videolan.org git at videolan.org
Fri Nov 5 22:16:37 CET 2010


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Nov  5 22:15:59 2010 +0100| [9662bc9011c47318bb7a1de3a9086f07816111d1] | committer: Pierre d'Herbemont 

MobileVLCKit: Match contrib build dir location change.

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

 .../framework/MobileVLCKit/MobileVLCKit.xcconfig   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/projects/macosx/framework/MobileVLCKit/MobileVLCKit.xcconfig b/projects/macosx/framework/MobileVLCKit/MobileVLCKit.xcconfig
index 20300d1..5e4386e 100644
--- a/projects/macosx/framework/MobileVLCKit/MobileVLCKit.xcconfig
+++ b/projects/macosx/framework/MobileVLCKit/MobileVLCKit.xcconfig
@@ -18,7 +18,7 @@ VLC_INSTALL_DIR=$(VLC_SRC_DIR)/install-ios-$(VLC_PLATFORM)
 
 #include "vlc-plugins.xcconfig"
 
-VLC_CONTRIB_DIR=$VLC_SRC_DIR/extras/contrib/hosts/$(VLC_ARCH)-apple-darwin10/ios
+VLC_CONTRIB_DIR=$VLC_SRC_DIR/contrib-ios-$(VLC_ARCH)-apple-darwin10
 AVCODEC=${VLC_CONTRIB_DIR}/lib/libavcore.a $(VLC_CONTRIB_DIR)/lib/libavutil.a ${VLC_CONTRIB_DIR}/lib/libavcodec.a $(VLC_CONTRIB_DIR)/lib/libavformat.a $(VLC_CONTRIB_DIR)/lib/libswscale.a
 LIVE555=$(VLC_CONTRIB_DIR)/lib/libBasicUsageEnvironment.a $(VLC_CONTRIB_DIR)/lib/libUsageEnvironment.a $(VLC_CONTRIB_DIR)/lib/libliveMedia.a $(VLC_CONTRIB_DIR)/lib/libgroupsock.a
 DVBPSI=$(VLC_CONTRIB_DIR)/lib/libdvbpsi.a



More information about the vlc-commits mailing list