Skip to content

Commit 14b76cb

Browse files
committed
Remove deprecated header file
1 parent 43a3146 commit 14b76cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ static LIBS: Lazy<[&str; 7]> = Lazy::new(|| {
1717
});
1818

1919
/// Whitelist of the headers we want to generate bindings
20-
static HEADERS: Lazy<[&str; 63]> = Lazy::new(|| {
20+
static HEADERS: Lazy<[&str; 62]> = Lazy::new(|| {
2121
[
2222
"libavcodec/avcodec.h",
2323
"libavcodec/avfft.h",
2424
"libavcodec/dv_profile.h",
25-
"libavcodec/vaapi.h",
2625
"libavcodec/vorbis_parser.h",
2726
"libavdevice/avdevice.h",
2827
"libavfilter/avfilter.h",

0 commit comments

Comments
 (0)