Merge pull request #3720 from lrusak/v4l2-patches

ffmpeg: move v4l2 patches to v4l2 patch dir
This commit is contained in:
MilhouseVH 2019-07-27 18:07:30 +01:00 committed by GitHub
commit 989f0f3fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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