[vlc-commits] Fix typo in ios build script
Tomasen
git at videolan.org
Thu Jun 30 02:12:20 CEST 2011
vlc | branch: master | Tomasen <tomasen at gmail.com> | Thu Jun 30 02:11:12 2011 +0200| [67e7d9bf6d46c28da5182704e59742a48466eccb] | committer: Jean-Baptiste Kempf
Fix typo in ios build script
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67e7d9bf6d46c28da5182704e59742a48466eccb
---
extras/package/ios/build.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 398242b..0be8a79 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -193,7 +193,7 @@ ${VLCROOT}/configure \
--disable-macosx-qtcapture \
--disable-macosx-eyetv \
--disable-macosx-vlc-app \
- --with-macosx-sdk=${IO_SDK_ROOT} \
+ --with-macosx-sdk=${IOS_SDK_ROOT} \
--enable-audioqueue \
--enable-ios-vout \
--enable-avcodec \
More information about the vlc-commits
mailing list