Merge branch 'vlc' into 'master'

Update VLC

The gmplib download URL has been fixed in upstream.
This commit is contained in:
Boris Kraut 2014-06-23 22:26:48 +00:00
commit ef3130ef94
2 changed files with 25 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
Repo Type:git
Repo:git://git.videolan.org/vlc/vlc-2.2.git