Skip to content

Commit ce02ce7

Browse files
committed
Travis - add yasm for linux ffmpeg
1 parent 67bbd29 commit ce02ce7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ matrix:
2424
- os: osx
2525
osx_image: xcode10.2
2626

27+
before_install:
28+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
29+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y yasm; fi
2730
#
2831
# The addon source is automatically checked out in $TRAVIS_BUILD_DIR,
2932
# we'll put the Kodi source on the same level

0 commit comments

Comments
 (0)