mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
This commit is contained in:
parent
06983da7ee
commit
ab35de18cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user