From 09ba1f5a16a4aa5bd663498a2b75c30efc22897d Mon Sep 17 00:00:00 2001 From: jstebbins Date: Sun, 9 Feb 2014 18:44:12 +0000 Subject: libhb: change libhb.a to libhandbrake.a On linux, there is a problem with some distros that dynamically link harfbuzz (libhb) to libass. The name conflicts with our libhb. So this changes the library name to resolve the conflict. It only changes libhb.a. It does not affect the windows libraries hb.lib and hb.dll git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6020 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/module.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb') diff --git a/libhb/module.defs b/libhb/module.defs index ebc25fc15..ffb7e0a40 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -24,7 +24,7 @@ LIBHB.h.out = $(patsubst $(SRC/)%,$(BUILD/)%,$(LIBHB.h.in)) ############################################################################### -LIBHB.a = $(LIBHB.build/)$(call TARGET.archive,hb) +LIBHB.a = $(LIBHB.build/)$(call TARGET.archive,handbrake) ############################################################################### -- cgit v1.2.3