Disable vpx if video is disabled (#2407)

This commit is contained in:
sauwming 2020-04-29 14:07:54 +08:00 committed by GitHub
parent 7224dd44b5
commit 567c8e271f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -6483,6 +6483,7 @@ $as_echo "Video is disabled" >&6; }
enable_v4l2="no"
enable_openh264="no"
enable_libyuv="no"
enable_vpx="no"
fi
fi

View File

@ -777,6 +777,7 @@ AC_ARG_ENABLE(video,
enable_v4l2="no"
enable_openh264="no"
enable_libyuv="no"
enable_vpx="no"
fi],
[])