From 40f5650a91f57c473a830f9e7ebd3c8b8525a5e9 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Fri, 29 May 2009 17:47:26 +0000 Subject: MacGui: Add Preference to use CoreAudio in place of FAAC when choosing a preset. - Defaulted to "On". - Effectively allows the macgui to use core audio by default while maintaining the cross platform faac encoder in the built in preset's internally. - Also means that one can manually choose faac after selecting a preset if so desired. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2460 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPreferencesController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/HBPreferencesController.m') diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 0deddbf2f..3e9a735c9 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -45,6 +45,7 @@ @"YES", @"CheckForUpdates", @"Open Source", @"LaunchSourceBehavior", @"English", @"DefaultLanguage", + @"YES", @"UseCoreAudio", @"NO", @"DefaultMpegName", @"YES", @"DefaultCrf", @"NO", @"UseDvdNav", -- cgit v1.2.3