diff --git a/app/deps/ffmpeg.sh b/app/deps/ffmpeg.sh index cc71ab136a..42d01f1b01 100755 --- a/app/deps/ffmpeg.sh +++ b/app/deps/ffmpeg.sh @@ -81,8 +81,12 @@ else --enable-muxer=wav ) - if [[ "$HOST" != linux ]] + if [[ "$HOST" == linux ]] then + conf+=( + --enable-libv4l2 + ) + else # libavdevice is only used for V4L2 on Linux conf+=( --disable-avdevice