File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 7777 sudo apt update
7878 sudo apt install -y meson ninja-build nasm ffmpeg libsdl2-2.0-0 \
7979 libsdl2-dev libavcodec-dev libavdevice-dev libavformat-dev \
80- libavutil-dev libswresample-dev libusb-1.0-0 libusb-1.0-0-dev
80+ libavutil-dev libswresample-dev libusb-1.0-0 libusb-1.0-0-dev \
81+ libv4l-dev
8182
8283 - name : Test
8384 run : release/test_client.sh
9394 sudo apt update
9495 sudo apt install -y meson ninja-build nasm ffmpeg libsdl2-2.0-0 \
9596 libsdl2-dev libavcodec-dev libavdevice-dev libavformat-dev \
96- libavutil-dev libswresample-dev libusb-1.0-0 libusb-1.0-0-dev
97+ libavutil-dev libswresample-dev libusb-1.0-0 libusb-1.0-0-dev \
98+ libv4l-dev
9799
98100 - name : Build linux
99101 run : release/build_linux.sh
Original file line number Diff line number Diff line change 8181 --enable-muxer=wav
8282 )
8383
84- if [[ " $HOST " ! = linux ]]
84+ if [[ " $HOST " = = linux ]]
8585 then
86+ conf+=(
87+ --enable-libv4l2
88+ --enable-outdev=v4l2
89+ --enable-encoder=rawvideo
90+ )
91+ else
8692 # libavdevice is only used for V4L2 on Linux
8793 conf+=(
8894 --disable-avdevice
You can’t perform that action at this time.
0 commit comments