mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: avutil: Fix compilation with inline asm disabled on mingw Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
361bc70731
@ -36,6 +36,7 @@ static inline uint64_t read_time(void)
|
|||||||
|
|
||||||
#elif HAVE_RDTSC
|
#elif HAVE_RDTSC
|
||||||
|
|
||||||
|
#include <intrin.h>
|
||||||
#define AV_READ_TIME __rdtsc
|
#define AV_READ_TIME __rdtsc
|
||||||
|
|
||||||
#endif /* HAVE_INLINE_ASM */
|
#endif /* HAVE_INLINE_ASM */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user