lavu/opencl: restore #if HAVE_THREADS

Fix regression since a8bb81a.

Spotted-by: RiCON
This commit is contained in:
Clément Bœsch 2015-12-07 20:28:26 +01:00
parent 006d3e97fc
commit dd1d9b80c9
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#include "log.h"
#include "avassert.h"
#include "opt.h"
#if HAVE_THREADS
#include "thread.h"
#include "atomic.h"