Merge branch 'vlc' into 'master'
Update VLC The gmplib download URL has been fixed in upstream.
This commit is contained in:
commit
ef3130ef94
|
@ -185,6 +185,28 @@ Build:0.9.5,9504
|
|||
ANDROID_ABI=armeabi-v7a ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release
|
||||
buildjni=no
|
||||
|
||||
Build:0.9.6,9602
|
||||
commit=0.9.6
|
||||
subdir=vlc-android
|
||||
srclibs=VLC-2.2@27f4799
|
||||
forcevercode=yes
|
||||
prebuild=sed -i '/ant/d' ../Makefile && \
|
||||
ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
||||
build=cd ../ && \
|
||||
ANDROID_ABI=x86 ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release
|
||||
buildjni=no
|
||||
|
||||
Build:0.9.6,9604
|
||||
commit=0.9.6
|
||||
subdir=vlc-android
|
||||
srclibs=VLC-2.2@27f4799
|
||||
forcevercode=yes
|
||||
prebuild=sed -i '/ant/d' ../Makefile && \
|
||||
ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
||||
build=cd ../ && \
|
||||
ANDROID_ABI=armeabi-v7a ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release
|
||||
buildjni=no
|
||||
|
||||
# +0: - (upstream)
|
||||
# +1: mips
|
||||
# +2: x86
|
||||
|
|
3
srclibs/VLC-2.2.txt
Normal file
3
srclibs/VLC-2.2.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Repo Type:git
|
||||
Repo:git://git.videolan.org/vlc/vlc-2.2.git
|
||||
|
Loading…
Reference in a new issue