We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a3146 commit 14b76cbCopy full SHA for 14b76cb
build.rs
@@ -17,12 +17,11 @@ static LIBS: Lazy<[&str; 7]> = Lazy::new(|| {
17
});
18
19
/// Whitelist of the headers we want to generate bindings
20
-static HEADERS: Lazy<[&str; 63]> = Lazy::new(|| {
+static HEADERS: Lazy<[&str; 62]> = Lazy::new(|| {
21
[
22
"libavcodec/avcodec.h",
23
"libavcodec/avfft.h",
24
"libavcodec/dv_profile.h",
25
- "libavcodec/vaapi.h",
26
"libavcodec/vorbis_parser.h",
27
"libavdevice/avdevice.h",
28
"libavfilter/avfilter.h",
0 commit comments