Skip to content

Commit 6522723

Browse files
committed
drop this
1 parent f7a4368 commit 6522723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ typedef unsigned short uint16_t;
7575
typedef unsigned int uint32_t;
7676
typedef unsigned __int64 uint64_t;
7777
#if !defined(HARDWARE_DECODE) && !defined(__MINGW64__)
78-
#include <compat/w32pthreads.h> // Is already defined in ffmpeg
78+
//#include <compat/w32pthreads.h> // Is already defined in ffmpeg
7979
#endif
8080

8181
#include <time.h>

0 commit comments

Comments
 (0)