diff options
author | Tim Walker <[email protected]> | 2016-04-01 06:12:31 +0200 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-12-17 07:28:51 -0800 |
commit | 5b48deb11f450de5d26f37cbe08a6272b6bb1e5b (patch) | |
tree | d2b464d074fdd35b920ef7d55d731cbad54c52e7 /libhb/fifo.c | |
parent | ac6c1ab005cad9c78bb427aad7be6c9af6d22816 (diff) |
libhb: fix build with --enable-qsv
Convert qsv_livav.[ch] to be built within libhb.
Convert other files to use qsv_libav.h in place of libavcodec/qsv.h
Don't attempt to build libav with QSV support (not available in unpatched release/11 branch).
QSV-accelerated decoding is broken, so disable it for the time being.
Diffstat (limited to 'libhb/fifo.c')
-rw-r--r-- | libhb/fifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/fifo.c b/libhb/fifo.c index 7738868a1..5ec49bf86 100644 --- a/libhb/fifo.c +++ b/libhb/fifo.c @@ -10,7 +10,7 @@ #include "hb.h" #include "openclwrapper.h" #ifdef USE_QSV -#include "libavcodec/qsv.h" +#include "qsv_libav.h" #endif #ifndef SYS_DARWIN |