[FFmpeg-cvslog] r16188 - trunk/configure

diego subversion
Wed Dec 17 16:44:40 CET 2008


Author: diego
Date: Wed Dec 17 16:44:40 2008
New Revision: 16188

Log:
Check function prototype in check_asm function to avoid compiler warnings.
patch by Marc Mason, mpeg.blue free fr


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Dec 17 16:44:40 2008
@@ -512,7 +512,7 @@ check_asm(){
     asm="$2"
     shift 2
     check_cc "$@" <<EOF && enable $name || disable $name
-int foo(void){ __asm__ volatile($asm); }
+void foo(void){ __asm__ volatile($asm); }
 EOF
 }
 




More information about the ffmpeg-cvslog mailing list