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: Fail on missing prototypes in check_oc.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Thilo Borgmann
Michael Niedermayer
11 years ago
parent
44841528c1
commit
c740e083bc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -807,7 +807,7 @@ check_oc(){
log check_oc "$@"
cat > $TMPM
log_file $TMPM
check_cmd $cc $CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPM
check_cmd $cc
-Werror=missing-prototypes
$CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPM
}
check_cpp(){
Write
Preview
Loading…
Cancel
Save