changeset 2122:503496800167 libavcodec

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.
author mellum
date Sat, 10 Jul 2004 23:22:47 +0000
parents 680868144447
children ef54decf5624
files alpha/dsputil_alpha_asm.S alpha/motion_est_mvi_asm.S
diffstat 2 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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