Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use system-deps to check for dav1d < 1.3 #86

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

sdroege
Copy link
Contributor

@sdroege sdroege commented Oct 31, 2023

Otherwise if we check for it ourselves the internal build of dav1d will not be usable.

Fixes #85

@sdroege sdroege requested a review from lu-zero October 31, 2023 11:13
Otherwise if we check for it ourselves the internal build of dav1d will
not be usable.

Fixes rust-av#85
@sdroege sdroege force-pushed the dav1d-1.3.0-version-range-check branch from 71948f4 to bf2fa41 Compare October 31, 2023 11:16
@@ -23,7 +23,7 @@ mod build {

pub fn build_from_src(
lib: &str,
version: &str,
_version: &str,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably would be a good idea to extend further system-deps to accomodate source tags?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you could the version requirements passed in so you can theoretically build a different version or build it differently or so

@lu-zero lu-zero merged commit 50b0690 into rust-av:master Oct 31, 2023
2 checks passed
@sdroege sdroege deleted the dav1d-1.3.0-version-range-check branch October 31, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failure with SYSTEM_DEPS_DAV1D_BUILD_INTERNAL=always
2 participants