diff options
author | dynaflash <[email protected]> | 2008-01-08 18:43:31 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-01-08 18:43:31 +0000 |
commit | 9a5ca2ba26a568588d74bb10902a9b577ca74aef (patch) | |
tree | 9353c885767836e3bbbcbdbfb2dcd135febd7009 /macosx/HandBrake.xcodeproj | |
parent | 5b9fd5c621abf4f8912d20dbc0f2703801f4c86b (diff) |
MacGui: establish the source display name in browseSourcesDone instead of showNewScan to alleviate using the same logic twice depending on source type
- Also adds the ability to scan .dvdmedia packages
- Also changes the xcode project to not report xib messages during building, which previously filled the screen with remedial alignment messages, etc.
- .xib warnings and errors are still reported
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1177 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HandBrake.xcodeproj')
-rw-r--r-- | macosx/HandBrake.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index 1ade59204..f6769a41d 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -1778,6 +1778,8 @@ GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; + IBC_NOTICES = NO; + IBC_WARNINGS = YES; MACOSX_DEPLOYMENT_TARGET = 10.5; PREBINDING = NO; SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; |