This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: Rename require_header() --> require_headers()
This renaming was overlooked in the previous check_header() rename.
tags/n4.1
Diego Biurrun
7 years ago
parent
4130e05ff4
commit
ad5bbc4086
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
configure
+ 2
- 2
configure
View File
@@ -1184,8 +1184,8 @@ require_cc(){
check_cc "$@" || die "ERROR: $name failed"
}
require_header(){
log require_header "$@"
require_header
s
(){
log require_header
s
"$@"
headers="$1"
check_headers "$@" || die "ERROR: $headers not found"
}
Write
Preview
Loading…
Cancel
Save