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/internal.h | |
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/internal.h')
-rw-r--r-- | libhb/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index c189591b4..9344636bf 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -10,7 +10,7 @@ #include "hbffmpeg.h" #include "extras/cl.h" #ifdef USE_QSV -#include "libavcodec/qsv.h" +#include "qsv_libav.h" #endif /*********************************************************************** |