[FFmpeg-cvslog] r23776 - trunk/configure

mru subversion
Fri Jun 25 17:44:52 CEST 2010


Author: mru
Date: Fri Jun 25 17:44:52 2010
New Revision: 23776

Log:
configure: remove unused function check_foo_config

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jun 25 15:43:55 2010	(r23775)
+++ trunk/configure	Fri Jun 25 17:44:52 2010	(r23776)
@@ -827,23 +827,6 @@ require2(){
     check_lib2 "$headers" $func "$@" || die "ERROR: $name not found"
 }
 
-check_foo_config(){
-    cfg=$1
-    pkg=$2
-    header=$3
-    func=$4
-    shift 4
-    disable $cfg
-    check_cmd ${pkg}-config --version
-    err=$?
-    if test "$err" = 0; then
-        temp_cflags $(${pkg}-config --cflags)
-        temp_extralibs $(${pkg}-config --libs)
-        check_lib "$@" $header $func && enable $cfg
-    fi
-    return $err
-}
-
 check_host_cc(){
     log check_host_cc "$@"
     cat > $TMPC



More information about the ffmpeg-cvslog mailing list