diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index 0e43c007c..9950f0e2d 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -103,7 +103,7 @@ typedef enum #include "libavutil/channel_layout.h" #ifdef USE_QSV -#include "libavcodec/qsv.h" +#include "qsv_libav.h" #endif struct hb_buffer_list_s |