diff options
Diffstat (limited to 'libhb/qsv_common.c')
-rw-r--r-- | libhb/qsv_common.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libhb/qsv_common.c b/libhb/qsv_common.c index de907bb45..58b1b0dcb 100644 --- a/libhb/qsv_common.c +++ b/libhb/qsv_common.c @@ -7,7 +7,9 @@ * For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#ifdef USE_QSV +#include "project.h" + +#if HB_PROJECT_FEATURE_QSV #include <stdio.h> #include <string.h> @@ -2247,4 +2249,4 @@ int hb_qsv_available() return 0; } -#endif // USE_QSV +#endif // HB_PROJECT_FEATURE_QSV |