From ab35de18cb6b1330ec6b5e166812d82526b985b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Falk=20H=C3=BCffner?= Date: Sat, 10 Jul 2004 23:22:47 +0000 Subject: [PATCH] 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. Originally committed as revision 3304 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/alpha/dsputil_alpha_asm.S | 3 --- libavcodec/alpha/motion_est_mvi_asm.S | 3 --- 2 files changed, 6 deletions(-) diff --git a/libavcodec/alpha/dsputil_alpha_asm.S b/libavcodec/alpha/dsputil_alpha_asm.S index 7ec6757d75..6519a9590d 100644 --- a/libavcodec/alpha/dsputil_alpha_asm.S +++ b/libavcodec/alpha/dsputil_alpha_asm.S @@ -23,9 +23,6 @@ */ #include "regdef.h" -#ifdef HAVE_AV_CONFIG_H -#include "config.h" -#endif /* Some nicer register names. */ #define ta t10 diff --git a/libavcodec/alpha/motion_est_mvi_asm.S b/libavcodec/alpha/motion_est_mvi_asm.S index 0042e7e82d..9e6b75f536 100644 --- a/libavcodec/alpha/motion_est_mvi_asm.S +++ b/libavcodec/alpha/motion_est_mvi_asm.S @@ -18,9 +18,6 @@ */ #include "regdef.h" -#ifdef HAVE_AV_CONFIG_H -#include "config.h" -#endif /* Some nicer register names. */ #define ta t10