summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.m
diff options
context:
space:
mode:
authordynaflash <[email protected]>2009-05-29 17:47:26 +0000
committerdynaflash <[email protected]>2009-05-29 17:47:26 +0000
commit40f5650a91f57c473a830f9e7ebd3c8b8525a5e9 (patch)
tree637ef526d3456b26fcc0ae58f25515ffcfbcc9a8 /macosx/HBPreferencesController.m
parentd4d3b610f2a1ebd784768422866fa3992d346d88 (diff)
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
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r--macosx/HBPreferencesController.m1
1 files changed, 1 insertions, 0 deletions
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",