diff options
author | jstebbins <[email protected]> | 2014-02-09 18:44:12 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-02-09 18:44:12 +0000 |
commit | 09ba1f5a16a4aa5bd663498a2b75c30efc22897d (patch) | |
tree | 0d4bb6402370b4f2fcbea20e2dfb8803aca7eae9 /gtk/src | |
parent | 903357b41263285e03bc83d41f9224d91ab4fb1a (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 'gtk/src')
-rw-r--r-- | gtk/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 1320d5b2b..10ce7377a 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -112,7 +112,7 @@ endif ghb_LDADD = $(HB_LIBS) $(GHB_LIBS) -ghb_DEPENDENCIES = $(HB_DIR)/libhb/libhb.a +ghb_DEPENDENCIES = $(HB_DIR)/libhb/libhandbrake.a resources.o: resource_data.h |