ffmpeg: move v4l2 patches to v4l2 patch dir

This commit is contained in:
Lukas Rusak 2019-07-24 12:18:14 -07:00
parent db005886dc
commit 3521bff62c
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3
5 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ PKG_BUILD_FLAGS="-gold"
get_graphicdrivers get_graphicdrivers
if [ "$V4L2_SUPPORT" = "yes" ]; then if [ "$V4L2_SUPPORT" = "yes" ]; then
PKG_PATCH_DIRS+=" v4l2"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libdrm" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libdrm"
PKG_FFMPEG_V4L2="--enable-v4l2_m2m --enable-libdrm" PKG_FFMPEG_V4L2="--enable-v4l2_m2m --enable-libdrm"
else else