gentoo-ebuilds/media-video/handbrake/files/handbrake-1.9.0-include-vpl-properly.patch
Alfred Wingate 2fb2bc4415
media-video/handbrake: add 1.9.0
* Add support for amf, libdovi and qsv.
* Bundle ffmpeg and x265 notably due heavy upstream patching.
* Rename gtk use flag to gui.

https://projects.gentoo.org/qa/policy-guide/use-flags.html#pg0802

Closes: https://bugs.gentoo.org/917591
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2024-12-22 06:20:28 +00:00

18 lines
529 B
Diff

diff --git a/libhb/module.defs b/libhb/module.defs
index 177ddefe4..dd3f274a6 100644
--- a/libhb/module.defs
+++ b/libhb/module.defs
@@ -52,11 +52,7 @@ LIBHB.GCC.D += __LIBHB__
LIBHB.GCC.I += $(LIBHB.build/) $(CONTRIB.build/)include
ifeq (1,$(FEATURE.qsv))
- ifeq ($(HOST.system),freebsd)
- LIBHB.GCC.I += $(LOCALBASE)/include/vpl
- else
- LIBHB.GCC.I += $(CONTRIB.build/)include/vpl
- endif
+ LIBHB.GCC.I += $(PREFIX)/include/vpl
endif
ifneq (,$(filter $(HOST.system),freebsd netbsd openbsd))