24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
--- a/gtk/configure.ac
|
|
+++ b/gtk/configure.ac
|
|
@@ -203,7 +203,7 @@
|
|
|
|
AM_CONDITIONAL([MINGW], [test "x$mingw_flag" = "xyes"])
|
|
|
|
-HB_LIBS="$HB_LIBS -lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -lturbojpeg -llzma -lzimg"
|
|
+HB_LIBS="$HB_LIBS -lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -lturbojpeg -llzma -lzimg -ldl"
|
|
HB_CPPFLAGS="$HB_CPPFLAGS $HBINC"
|
|
|
|
PKG_CHECK_MODULES([x264], [x264], sys_x264=yes, sys_x264=no)
|
|
--- 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))
|