# HG changeset patch # User mellum # Date 1089501767 0 # Node ID 5034968001672ed8577f9aa40ccab0e6377c7a06 # Parent 68086814444753cf9c75a7cfa510f8b008acc20f Don't include config.h from assembly, because the mplayer developers decided it was a great idea to put some (bogus, of course) C function prototypes there and it doesn't seem worth bothering working around that since all we wanted is HAVE_GPROF. diff -r 680868144447 -r 503496800167 alpha/dsputil_alpha_asm.S --- a/alpha/dsputil_alpha_asm.S Sat Jul 10 16:24:11 2004 +0000 +++ b/alpha/dsputil_alpha_asm.S Sat Jul 10 23:22:47 2004 +0000 @@ -23,9 +23,6 @@ */ #include "regdef.h" -#ifdef HAVE_AV_CONFIG_H -#include "config.h" -#endif /* Some nicer register names. */ #define ta t10 diff -r 680868144447 -r 503496800167 alpha/motion_est_mvi_asm.S --- a/alpha/motion_est_mvi_asm.S Sat Jul 10 16:24:11 2004 +0000 +++ b/alpha/motion_est_mvi_asm.S Sat Jul 10 23:22:47 2004 +0000 @@ -18,9 +18,6 @@ */ #include "regdef.h" -#ifdef HAVE_AV_CONFIG_H -#include "config.h" -#endif /* Some nicer register names. */ #define ta t10