This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavu/opencl: restore #if HAVE_THREADS
Fix regression since
a8bb81a
. Spotted-by: RiCON
tags/n3.0
Clément Bœsch
9 years ago
parent
006d3e97fc
commit
dd1d9b80c9
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavutil/opencl.c
+ 2
- 0
libavutil/opencl.c
View File
@@ -26,6 +26,8 @@
#include "log.h"
#include "avassert.h"
#include "opt.h"
#if HAVE_THREADS
#include "thread.h"
#include "atomic.h"
Write
Preview
Loading…
Cancel
Save