Commit b1c2afe9 authored by mellum's avatar mellum

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3304 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0e26553b
......@@ -23,9 +23,6 @@
*/
#include "regdef.h"
#ifdef HAVE_AV_CONFIG_H
#include "config.h"
#endif
/* Some nicer register names. */
#define ta t10
......
......@@ -18,9 +18,6 @@
*/
#include "regdef.h"
#ifdef HAVE_AV_CONFIG_H
#include "config.h"
#endif
/* Some nicer register names. */
#define ta t10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment