void-packages/srcpkgs/handbrake/patches/fix-missing-x265-link-flag....

13 lines
304 B
Diff

--- a/test/module.defs
+++ b/test/module.defs
@@ -69,6 +69,9 @@
ifeq (1, $(FEATURE.numa))
TEST.GCC.l += numa
endif
+ifeq (1, $(FEATURE.x265))
+ TEST.GCC.l += x265
+endif
else ifeq ($(HOST.system),kfreebsd)
TEST.GCC.l += pthread dl m
else ifneq (,$(filter $(HOST.system),freebsd netbsd))