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