Skip to content

Commit aa9a26f

Browse files
Experiment: build FFmpeg on Travis for Linux.
Let's see how workable / problematic this is. Can improve our scripts more to make this easier / more automatic.
1 parent 4d8c769 commit aa9a26f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.travis.sh

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ travis_install() {
114114
travis_script() {
115115
# Compile PPSSPP
116116
if [ "$PPSSPP_BUILD_TYPE" = "Linux" ]; then
117+
pushd ffmpeg
118+
./linux_x86-64.sh
119+
popd
120+
117121
if [ "$QT" = "TRUE" ]; then
118122
./b.sh --qt
119123
else

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ addons:
1919
- lib32z1
2020
- lib32z1-dev
2121
- lib32bz2-1.0
22+
- yasm
23+
- diffutils
2224

2325
cache:
2426
- apt

ffmpeg

Submodule ffmpeg updated 277 files

0 commit comments

Comments
 (0)