[FFmpeg-cvslog] r15646 - trunk/configure
stefano
subversion
Sun Oct 19 13:07:45 CEST 2008
Author: stefano
Date: Sun Oct 19 13:07:45 2008
New Revision: 15646
Log:
Remove the ugly and unnecessary require_cpp_condition() function.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Oct 19 13:07:45 2008
@@ -627,14 +627,6 @@ require2(){
check_lib2 "$headers" $func "$@" || die "ERROR: $name not found"
}
-require_cpp_condition(){
- name="$1"
- header="$2"
- cpp_condition="$3"
- shift 3
- check_cpp_condition $header "$cpp_condition" || die "ERROR: $name does not satisfy CPP condition: $cpp_condition"
-}
-
check_foo_config(){
cfg=$1
pkg=$2
More information about the ffmpeg-cvslog
mailing list