We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8c769 commit aa9a26fCopy full SHA for aa9a26f
.travis.sh
@@ -114,6 +114,10 @@ travis_install() {
114
travis_script() {
115
# Compile PPSSPP
116
if [ "$PPSSPP_BUILD_TYPE" = "Linux" ]; then
117
+ pushd ffmpeg
118
+ ./linux_x86-64.sh
119
+ popd
120
+
121
if [ "$QT" = "TRUE" ]; then
122
./b.sh --qt
123
else
.travis.yml
@@ -19,6 +19,8 @@ addons:
19
- lib32z1
20
- lib32z1-dev
21
- lib32bz2-1.0
22
+ - yasm
23
+ - diffutils
24
25
cache:
26
- apt
ffmpeg
0 commit comments