mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
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:
parent
ab2b2f6dd5
commit
fca071742d
@ -2,6 +2,7 @@ dist: bionic
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- ffmpeg
|
||||
- libudev-dev
|
||||
- libavformat-dev
|
||||
- libavcodec-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user