summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authortiter <[email protected]>2006-03-16 08:08:36 +0000
committertiter <[email protected]>2006-03-16 08:08:36 +0000
commit0531e628d2bf701202857411035c05a2b2544c58 (patch)
tree1f254e6ac34761aa89667f633618eae296753c7f /macosx
parenta40bc8fa76c2e510498944b0de222cd843c6672a (diff)
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
Diffstat (limited to 'macosx')
-rw-r--r--macosx/ExpressController.m2
1 files changed, 1 insertions, 1 deletions
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 );
}