summaryrefslogtreecommitdiff
path: root/libavcodec/alpha
diff options
context:
space:
mode:
authorFalk Hüffner <mellum@users.sourceforge.net>2004-07-10 23:22:47 +0000
committerFalk Hüffner <mellum@users.sourceforge.net>2004-07-10 23:22:47 +0000
commitab35de18cb6b1330ec6b5e166812d82526b985b9 (patch)
tree3c0e707a89dc8443029faf48842369e176183520 /libavcodec/alpha
parent06983da7ee361bb3964d95284f69429b6c368544 (diff)
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
Diffstat (limited to 'libavcodec/alpha')
-rw-r--r--libavcodec/alpha/dsputil_alpha_asm.S3
-rw-r--r--libavcodec/alpha/motion_est_mvi_asm.S3
2 files changed, 0 insertions, 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