mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/cpu-test: Fix includes (needed for HAVE_*)
Commit message by commiter Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
65ffc0b1ed
commit
cd244fae98
|
@ -17,19 +17,18 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
#include "avstring.h"
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#if !HAVE_GETOPT
|
||||
#include "compat/getopt.c"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "avstring.h"
|
||||
#include "common.h"
|
||||
#include "cpu.h"
|
||||
|
||||
static const struct {
|
||||
int flag;
|
||||
const char *name;
|
||||
|
|
Loading…
Reference in New Issue