summaryrefslogtreecommitdiffstats
path: root/gtk/src/main.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/main.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/main.c')
-rw-r--r--gtk/src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c
index 72deb03a7..4c7707ccf 100644
--- a/gtk/src/main.c
+++ b/gtk/src/main.c
@@ -36,7 +36,7 @@
#include <gst/gst.h>
#include <glib/gstdio.h>
#include <gio/gio.h>
-#include "hbversion.h"
+#include "hb.h"
#include "renderer_button.h"
#include "hb-backend.h"
#include "ghb-dvd.h"
@@ -533,7 +533,7 @@ main (int argc, char *argv[])
// Redirect stderr to the activity window
ghb_preview_init(ud);
IoRedirect(ud);
- ghb_log("Handbrake Version: %s (%d)", HB_VERSION, HB_BUILD);
+ ghb_log("Handbrake Version: %s (%d)", hb_get_version(NULL), hb_get_build(NULL));
ghb_init_dep_map();
// Need to connect x264_options textview buffer to the changed signal