We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a4368 commit 6522723Copy full SHA for 6522723
platform.h
@@ -75,7 +75,7 @@ typedef unsigned short uint16_t;
75
typedef unsigned int uint32_t;
76
typedef unsigned __int64 uint64_t;
77
#if !defined(HARDWARE_DECODE) && !defined(__MINGW64__)
78
-#include <compat/w32pthreads.h> // Is already defined in ffmpeg
+//#include <compat/w32pthreads.h> // Is already defined in ffmpeg
79
#endif
80
81
#include <time.h>
0 commit comments