diff options
Diffstat (limited to 'libhb/vce_common.c')
-rw-r--r-- | libhb/vce_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/vce_common.c b/libhb/vce_common.c index da0476a64..51d9c07ac 100644 --- a/libhb/vce_common.c +++ b/libhb/vce_common.c @@ -7,13 +7,13 @@ * For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#include "project.h" +#include "handbrake/project.h" #if HB_PROJECT_FEATURE_VCE #include "AMF/core/Factory.h" #include "AMF/components/VideoEncoderVCE.h" #include "AMF/components/VideoEncoderHEVC.h" -#include "handbrake.h" +#include "handbrake/handbrake.h" AMF_RESULT check_component_available(const wchar_t *componentID) { |