mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit 'bf0cef5c3a114df452e5476167634dd8f51eb448'
* commit 'bf0cef5c3a114df452e5476167634dd8f51eb448': checkasm: Include io.h for isatty, if available Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
commit
1919827f2c
|
@ -29,6 +29,10 @@
|
|||
#include "libavutil/cpu.h"
|
||||
#include "libavutil/random_seed.h"
|
||||
|
||||
#if HAVE_IO_H
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#if ARCH_X86
|
||||
#include "libavutil/x86/cpu.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue