summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-02-27 01:11:58 +0000
committerjstebbins <[email protected]>2009-02-27 01:11:58 +0000
commit0bc9a7d79b9a6012f9f104aac64c118a6bc1befa (patch)
treeecaa124407a62752d47cf6c6c8188b180a9e2983 /gtk/src/hb-backend.c
parent5e7da391d57ddeaecc53910f1e8daa411706e79b (diff)
LinGui: clean up my improper use of HB_VERSION and HB_BUILD.
replace with hb_get_version and hb_get_build. this fixes a difficulty with compiling using KonaB1end's shiny new build system. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2177 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r--gtk/src/hb-backend.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 518d1b44d..94dead4a5 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -25,7 +25,6 @@
#include <limits.h>
#include <math.h>
#include "hb.h"
-#include "hbversion.h"
#include <gtk/gtk.h>
#include <glib/gstdio.h>
#include "hb-backend.h"
@@ -546,7 +545,7 @@ del_tree(const gchar *name, gboolean del_top)
const gchar*
ghb_version()
{
- return HB_VERSION;
+ return hb_get_version(NULL);
}
void