From 124c21d79f2124d028890022e98ea853a834a964 Mon Sep 17 00:00:00 2001 From: Marc Mason Date: Wed, 17 Dec 2008 15:44:40 +0000 Subject: [PATCH] Check function prototype in check_asm function to avoid compiler warnings. patch by Marc Mason, mpeg.blue free fr Originally committed as revision 16188 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9f1f0f6..4d23c9c 100755 --- a/configure +++ b/configure @@ -512,7 +512,7 @@ check_asm(){ asm="$2" shift 2 check_cc "$@" <