mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +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:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
- ffmpeg
|
||||||
- libudev-dev
|
- libudev-dev
|
||||||
- libavformat-dev
|
- libavformat-dev
|
||||||
- libavcodec-dev
|
- libavcodec-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user