Browse Source

build script: introduce argument '-p' to build stable version of MobileVLCKit

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Gleb Pinigin 11 years ago
parent
commit
4a757d7fd9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compileVLCforiOS.sh

+ 2 - 2
compileVLCforiOS.sh

@@ -30,7 +30,7 @@ OPTIONS
    -d       Enable Debug
    -n       Skip script steps requiring network interaction
    -l       Skip libvlc compilation
-   -u       Compile unstable version of MobileVLCKit
+   -p       Compile stable version of MobileVLCKit (default unstable)
 EOF
 }
 
@@ -96,7 +96,7 @@ do
          k)
              SDK=$OPTARG
              ;;
-         u)
+         p)
              UNSTABLEVLCKIT=no
              ;;
          ?)