summaryrefslogtreecommitdiffstats
path: root/libhb/encx265.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-04-17 10:04:28 -0600
committerJohn Stebbins <[email protected]>2019-04-17 11:25:12 -0600
commitb2cb27773a0cc1b84c847afec0b370e59236258d (patch)
tree122ac23cb6fccbf0f6bfa3c43385d46949e1c709 /libhb/encx265.c
parent184f5bdee876b36ac737ada809ba9d75e98aa40a (diff)
encx265: Use HB_PROJECT_FEATURE_X265 instead of USE_X265
Diffstat (limited to 'libhb/encx265.c')
-rw-r--r--libhb/encx265.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libhb/encx265.c b/libhb/encx265.c
index 5e6600819..30bde6565 100644
--- a/libhb/encx265.c
+++ b/libhb/encx265.c
@@ -6,7 +6,10 @@
It may be used under the terms of the GNU General Public License v2.
For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
*/
-#ifdef USE_X265
+
+#include "project.h"
+
+#if HB_PROJECT_FEATURE_X265
#include "hb.h"
#include "hb_dict.h"