diff options
author | ritsuka <[email protected]> | 2015-01-13 08:08:04 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-01-13 08:08:04 +0000 |
commit | 677231f07d765e79afdc76e7741bb9e03bde1142 (patch) | |
tree | b98775bb09649710c9b80b6370c8d261ce778cf9 /macosx/HBCore.m | |
parent | 40edf3c9bce9f91fa3b5d8f422ad5df1e8ad3eb6 (diff) |
MacGui: Move the audio/subtitles selection logic out of the view controllers. Now it's possible to create a HBJob and apply a preset to without the UI classes help.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6741 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBCore.m')
-rw-r--r-- | macosx/HBCore.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBCore.m b/macosx/HBCore.m index a1b9c995c..111f5dc1e 100644 --- a/macosx/HBCore.m +++ b/macosx/HBCore.m @@ -6,6 +6,7 @@ #import "HBCore.h" #import "HBJob.h" +#import "HBJob+HBJobConversion.h" #import "HBDVDDetector.h" #import "HBUtilities.h" |