Install ffmpeg on Travis CI for homekit camera tests (#38955)

INFO:homeassistant.setup:Setting up ffmpeg
DEBUG:haffmpeg.core:Start FFmpeg with ['ffmpeg', '-version', '']
ERROR:haffmpeg.core:FFmpeg fails [Errno 2] No such file or directory: 'ffmpeg': 'ffmpeg'
This commit is contained in:
Ville Skyttä 2020-08-17 10:50:21 +03:00 committed by GitHub
parent ab2b2f6dd5
commit fca071742d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ dist: bionic
addons: addons:
apt: apt:
packages: packages:
- ffmpeg
- libudev-dev - libudev-dev
- libavformat-dev - libavformat-dev
- libavcodec-dev - libavcodec-dev