mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
ffmpeg: enable request api also for RPi5
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
78374937c4
commit
2de4af5bd4
@ -51,7 +51,7 @@ if [ "${V4L2_SUPPORT}" = "yes" ]; then
|
||||
PKG_NEED_UNPACK+=" $(get_pkg_directory libdrm)"
|
||||
PKG_FFMPEG_V4L2="--enable-v4l2_m2m --enable-libdrm"
|
||||
|
||||
if [ "${PROJECT}" = "Allwinner" -o "${PROJECT}" = "Rockchip" -o "${DEVICE}" = "iMX8" -o "${DEVICE}" = "RPi4" ]; then
|
||||
if [ "${PROJECT}" = "Allwinner" -o "${PROJECT}" = "Rockchip" -o "${DEVICE}" = "iMX8" -o "${DEVICE}" = "RPi4" -o "${DEVICE}" = "RPi5" ]; then
|
||||
PKG_V4L2_REQUEST="yes"
|
||||
else
|
||||
PKG_V4L2_REQUEST="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user