You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
w32thread: add missing #include thread.h
This should fix building with win32 threads. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
//#define DEBUG
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "thread.h"
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
Reference in New Issue
Block a user