mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-31 18:55:28 +00:00
travis can't find ffprobe
This commit is contained in:
parent
10334d8e19
commit
acf746aca7
|
@ -6,6 +6,7 @@ python:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo aptitude -y -q install ffmpeg libavcodec-extra-53 lame libmp3lame0
|
- sudo aptitude -y -q install ffmpeg libavcodec-extra-53 lame libmp3lame0
|
||||||
|
- sudo aptitude -y -q install ffprobe
|
||||||
# These dependencies are necessary for ffmpeg. I currently hate all things
|
# These dependencies are necessary for ffmpeg. I currently hate all things
|
||||||
# doing with Travis and ffmpeg because I have no direct access to test stuff.
|
# doing with Travis and ffmpeg because I have no direct access to test stuff.
|
||||||
# I've gone through 25 seperate commits to get it working.
|
# I've gone through 25 seperate commits to get it working.
|
||||||
|
|
Loading…
Reference in a new issue