This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil/cpu-test: Fix includes (needed for HAVE_*)
Commit message by commiter Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.1
James Almer
Michael Niedermayer
9 years ago
parent
65ffc0b1ed
commit
cd244fae98
1 changed files
with
6 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-7
libavutil/cpu-test.c
+ 6
- 7
libavutil/cpu-test.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save