File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ travis_install() {
114
114
travis_script () {
115
115
# Compile PPSSPP
116
116
if [ " $PPSSPP_BUILD_TYPE " = " Linux" ]; then
117
+ pushd ffmpeg
118
+ ./linux_x86-64.sh
119
+ popd
120
+
117
121
if [ " $QT " = " TRUE" ]; then
118
122
./b.sh --qt
119
123
else
@@ -126,6 +130,12 @@ travis_script() {
126
130
export NDK_TOOLCHAIN_VERSION=clang
127
131
fi
128
132
133
+ export NDK_PREBUILT=$NDK /toolchains/x86_64-4.9/prebuilt/linux-x86_64
134
+ export NDK_PREBUILTLLVM=$NDK /toolchains/llvm/prebuilt/linux-x86_64
135
+ pushd ffmpeg
136
+ ./android_$APP_ABI .sh
137
+ popd
138
+
129
139
pushd android
130
140
./ab.sh -j2 APP_ABI=$APP_ABI
131
141
popd
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ addons:
19
19
- lib32z1
20
20
- lib32z1-dev
21
21
- lib32bz2-1.0
22
+ - yasm
23
+ - diffutils
22
24
23
25
cache :
24
26
- apt
You can’t perform that action at this time.
0 commit comments