mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
lavu/opencl: restore #if HAVE_THREADS
Fix regression since a8bb81a
.
Spotted-by: RiCON
This commit is contained in:
parent
006d3e97fc
commit
dd1d9b80c9
@ -26,6 +26,8 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "avassert.h"
|
#include "avassert.h"
|
||||||
#include "opt.h"
|
#include "opt.h"
|
||||||
|
|
||||||
|
#if HAVE_THREADS
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "atomic.h"
|
#include "atomic.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user