[FFmpeg-cvslog] configure: Fix silly typo in logging command of check_struct()

Diego Biurrun git at videolan.org
Tue Mar 5 12:17:07 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Mar  4 22:56:41 2013 +0100| [813b82b927b19532e3bc3397b972c8a27b9f6326] | committer: Diego Biurrun

configure: Fix silly typo in logging command of check_struct()

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=813b82b927b19532e3bc3397b972c8a27b9f6326
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 1aae93b..a933546 100755
--- a/configure
+++ b/configure
@@ -923,7 +923,7 @@ check_type(){
 }
 
 check_struct(){
-    log check_type "$@"
+    log check_struct "$@"
     headers=$1
     struct=$2
     member=$3



More information about the ffmpeg-cvslog mailing list