From 0531e628d2bf701202857411035c05a2b2544c58 Mon Sep 17 00:00:00 2001 From: titer Date: Thu, 16 Mar 2006 08:08:36 +0000 Subject: Added hb_init_express - makes the binary smaller. Still need to strip the unused avi and ogm muxers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@36 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/ExpressController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/ExpressController.m') diff --git a/macosx/ExpressController.m b/macosx/ExpressController.m index 6a56072bc..cad330872 100644 --- a/macosx/ExpressController.m +++ b/macosx/ExpressController.m @@ -42,7 +42,7 @@ - (void) applicationWillFinishLaunching: (NSNotification *) n { - fHandle = hb_init( HB_DEBUG_NONE, 0 ); + fHandle = hb_init_express( HB_DEBUG_NONE, 0 ); fList = hb_get_titles( fHandle ); } -- cgit v1.2.3