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
simplify check_lib
Originally committed as revision 8030 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
18 years ago
parent
0ac47d632f
commit
a2e25446e7
1 changed files
with
1 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
configure
+ 1
- 5
configure
View File
@@ -443,11 +443,7 @@ check_lib(){
header="$1"
header="$1"
func="$2"
func="$2"
shift 2
shift 2
temp_extralibs "$@"
check_header $header && check_func $func && add_extralibs "$@"
err=$?
restore_flags
return $err
check_header $header && check_func $func "$@" && add_extralibs "$@"
}
}
check_exec(){
check_exec(){
Write
Preview
Loading…
Cancel
Save