Fix ffmpeg on RK3399

This commit is contained in:
mason 2023-10-11 13:09:32 +00:00
parent a0370cd2a4
commit 1fe85ce0a7
No known key found for this signature in database
GPG key ID: 84D9278A11FA112B

View file

@ -34,7 +34,7 @@ get_graphicdrivers
PKG_FFMPEG_HWACCEL="--enable-hwaccels"
case ${DEVICE} in
RK3588|RK3399)
RK3588)
V4L2_SUPPORT=no
;;
esac