Skip to content

Commit c5d1a5f

Browse files
committed
Export avcodec_version_greater_than_* feature flags
Downstream packages may find these feature flags useful, too.
1 parent eb91014 commit c5d1a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ fn check_features(
493493
r#"cargo:rustc-cfg=feature="{}""#,
494494
&search_str[1..(search_str.len() - 1)]
495495
);
496+
println!(r#"cargo:{}=true"#, &search_str[1..(search_str.len() - 1)]);
496497
}
497498
}
498499
}

0 commit comments

Comments
 (0)