Browse Source

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
tags/v0.5
Falk Hüffner 21 years ago
parent
commit
ab35de18cb
2 changed files with 0 additions and 6 deletions
  1. +0
    -3
      libavcodec/alpha/dsputil_alpha_asm.S
  2. +0
    -3
      libavcodec/alpha/motion_est_mvi_asm.S

+ 0
- 3
libavcodec/alpha/dsputil_alpha_asm.S View File

@@ -23,9 +23,6 @@
*/ */


#include "regdef.h" #include "regdef.h"
#ifdef HAVE_AV_CONFIG_H
#include "config.h"
#endif


/* Some nicer register names. */ /* Some nicer register names. */
#define ta t10 #define ta t10


+ 0
- 3
libavcodec/alpha/motion_est_mvi_asm.S View File

@@ -18,9 +18,6 @@
*/ */


#include "regdef.h" #include "regdef.h"
#ifdef HAVE_AV_CONFIG_H
#include "config.h"
#endif


/* Some nicer register names. */ /* Some nicer register names. */
#define ta t10 #define ta t10


Loading…
Cancel
Save