summaryrefslogtreecommitdiffstats
path: root/libhb/module.defs
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-02-09 18:44:12 +0000
committerjstebbins <[email protected]>2014-02-09 18:44:12 +0000
commit09ba1f5a16a4aa5bd663498a2b75c30efc22897d (patch)
tree0d4bb6402370b4f2fcbea20e2dfb8803aca7eae9 /libhb/module.defs
parent903357b41263285e03bc83d41f9224d91ab4fb1a (diff)
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
Diffstat (limited to 'libhb/module.defs')
-rw-r--r--libhb/module.defs2
1 files changed, 1 insertions, 1 deletions
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)
###############################################################################