diff options
author | Falk Hüffner <mellum@users.sourceforge.net> | 2004-07-10 23:22:47 +0000 |
---|---|---|
committer | Falk Hüffner <mellum@users.sourceforge.net> | 2004-07-10 23:22:47 +0000 |
commit | ab35de18cb6b1330ec6b5e166812d82526b985b9 (patch) | |
tree | 3c0e707a89dc8443029faf48842369e176183520 | |
parent | 06983da7ee361bb3964d95284f69429b6c368544 (diff) | |
download | ffmpeg-ab35de18cb6b1330ec6b5e166812d82526b985b9.tar.gz |
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
-rw-r--r-- | libavcodec/alpha/dsputil_alpha_asm.S | 3 | ||||
-rw-r--r-- | libavcodec/alpha/motion_est_mvi_asm.S | 3 |
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 |