Disable vpx if video is disabled (#2407)

remotes/origin/Leak-tdata
sauwming 4 years ago committed by GitHub
parent 7224dd44b5
commit 567c8e271f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save