more WIP org.videolan.vlc
This commit is contained in:
parent
721ec85f48
commit
06176b59c4
|
@ -22,8 +22,8 @@ releases. Until then, you can find apks on the project's website.
|
|||
Repo Type:git
|
||||
Repo:git://git.linphone.org/linphone-android.git
|
||||
|
||||
Build Version:2.0.3,2003,!WIP 2.0.3-1,submodules=yes,update=no,\
|
||||
init=cd submodules/linphone && git submodule update --init,\
|
||||
Build Version:2.0.3,2003,!WIP 2.0.3-1,submodules=no,update=no,\
|
||||
init=git submodule update --init --recursive,\
|
||||
prebuild=rm -rf tests && echo "sdk.dir=$$SDK$$" > local.properties && \
|
||||
make NDK_PATH=$$NDK$$ prepare-sources generate-libs && \
|
||||
sed -i 's/debuggable ="true"/debuggable="false"/g' AndroidManifest.xml && \
|
||||
|
|
|
@ -13,9 +13,9 @@ Repo:git://git.videolan.org/vlc-ports/android.git
|
|||
|
||||
#instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||
#The makefile needs to be edited to remove ant release
|
||||
Build Version:0.0.6,6,!doesn't work at 0.0.6,subdir=vlc-android,buildjni=no,prebuild=cd ../ && \
|
||||
export ANDROID_ABI=armeabi-v7a && export ANDROID_SDK=$$SDK$$ && export ANDROID_NDK=$$NDK && \
|
||||
sed -i '28\,37d' Makefile && sed -i '15\,29d' compile.sh && sh compile.sh && cd vlc-android
|
||||
Build Version:0.0.6,6,!WIP 75e129e23,novcheck=yes,subdir=vlc-android,prebuild=cd ../ && \
|
||||
sed -i '48d' Makefile && export ANDROID_ABI=armeabi-v7a && export ANDROID_SDK=$$SDK$$ && \
|
||||
export ANDROID_NDK=$$NDK$$ && ./compile.sh release,buildjni=no
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
|
|
Loading…
Reference in a new issue