summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-02-10 18:36:03 +0000
committerjstebbins <[email protected]>2010-02-10 18:36:03 +0000
commit4e3ccb761df2c6e45a64f2f55c74f04622f48256 (patch)
treed736a2a7923766639f0d9bf4743508602d6a84af /libhb
parent631516a7c3cfc364e5cf65b3e120556a61402a92 (diff)
fix compiler warning about "definition has no type or storage class"
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3108 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r--libhb/hb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index 92f967308..e4e42d350 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -49,7 +49,7 @@ struct hb_handle_s
hb_lock_t *hb_avcodec_lock;
hb_work_object_t * hb_objects = NULL;
-hb_process_initialized = 0;
+int hb_process_initialized = 0;
static void thread_func( void * );