summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/qsv_memory.c')
-rw-r--r--libhb/qsv_memory.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libhb/qsv_memory.c b/libhb/qsv_memory.c
index bb6c91a6c..625674910 100644
--- a/libhb/qsv_memory.c
+++ b/libhb/qsv_memory.c
@@ -26,13 +26,13 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\* ********************************************************************* */
-#include "project.h"
+#include "handbrake/project.h"
#if HB_PROJECT_FEATURE_QSV
-#include "handbrake.h"
-#include "hbffmpeg.h"
-#include "qsv_memory.h"
+#include "handbrake/handbrake.h"
+#include "handbrake/hbffmpeg.h"
+#include "handbrake/qsv_memory.h"
int qsv_nv12_to_yuv420(struct SwsContext* sws_context,hb_buffer_t* dst, mfxFrameSurface1* src, mfxCoreInterface *core){
int ret = 0;