You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
w32pthreads: Add missing #includes to make header compile standalone
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
#include <windows.h>
|
||||
#include <process.h>
|
||||
|
||||
#include "libavutil/internal.h"
|
||||
#include "libavutil/mem.h"
|
||||
|
||||
typedef struct {
|
||||
void *handle;
|
||||
void *(*func)(void* arg);
|
||||
|
Reference in New Issue
Block a user