Changeset 7

Show
Ignore:
Timestamp:
06/11/06 02:18:30 (2 years ago)
Author:
gbooker
Message:

Added an import component to allow QT to read .AC3 files.
Closes #5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/A52Codec.xcodeproj/project.pbxproj

    r5 r7  
    1010                F508127A0A21251C0092BF70 /* ACSimpleCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F51A93080287A1A201000102 /* ACSimpleCodec.cpp */; }; 
    1111                F508127C0A21251F0092BF70 /* ACSimpleCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = F51A93090287A1A201000102 /* ACSimpleCodec.h */; }; 
     12                F5525DD30A3BF78A00F36B86 /* a52.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BDACBC0A20A03200FF4884 /* a52.h */; }; 
     13                F5525DD40A3BF78A00F36B86 /* attributes.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BDACBD0A20A03200FF4884 /* attributes.h */; }; 
     14                F5525DD50A3BF78A00F36B86 /* audio_out.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BDACBE0A20A03200FF4884 /* audio_out.h */; }; 
     15                F5525DD60A3BF78A00F36B86 /* mm_accel.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BDACC20A20A03200FF4884 /* mm_accel.h */; }; 
     16                F5525DD70A3BF78A00F36B86 /* tendra.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BDACC40A20A03200FF4884 /* tendra.h */; }; 
     17                F5525DD80A3BF78A00F36B86 /* a52_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BDACC60A20A03200FF4884 /* a52_internal.h */; }; 
     18                F5525DD90A3BF78A00F36B86 /* bitstream.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BDACC90A20A03200FF4884 /* bitstream.h */; }; 
     19                F5525DDA0A3BF78A00F36B86 /* tables.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BDACD00A20A03200FF4884 /* tables.h */; }; 
     20                F5525DE40A3BF78A00F36B86 /* bit_allocate.c in Sources */ = {isa = PBXBuildFile; fileRef = F5BDACC70A20A03200FF4884 /* bit_allocate.c */; }; 
     21                F5525DE50A3BF78A00F36B86 /* bitstream.c in Sources */ = {isa = PBXBuildFile; fileRef = F5BDACC80A20A03200FF4884 /* bitstream.c */; }; 
     22                F5525DE60A3BF78A00F36B86 /* downmix.c in Sources */ = {isa = PBXBuildFile; fileRef = F5BDACCB0A20A03200FF4884 /* downmix.c */; }; 
     23                F5525DE70A3BF78A00F36B86 /* imdct.c in Sources */ = {isa = PBXBuildFile; fileRef = F5BDACCC0A20A03200FF4884 /* imdct.c */; }; 
     24                F5525DE80A3BF78A00F36B86 /* parse.c in Sources */ = {isa = PBXBuildFile; fileRef = F5BDACCF0A20A03200FF4884 /* parse.c */; }; 
     25                F5525DEC0A3BF78A00F36B86 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5A548EC0287A16D01000102 /* CoreServices.framework */; }; 
     26                F5525DED0A3BF78A00F36B86 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07DBCC4D04F56F9100CA25C5 /* Carbon.framework */; }; 
     27                F5525DEE0A3BF78A00F36B86 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0724C23C05B4963A00AC8248 /* AudioUnit.framework */; }; 
     28                F5525DEF0A3BF78A00F36B86 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65CB364E066A1FA900A75A43 /* CoreAudio.framework */; }; 
     29                F5525E040A3BF7D700F36B86 /* AC3MovieImport.c in Sources */ = {isa = PBXBuildFile; fileRef = F5525DFE0A3BF7D700F36B86 /* AC3MovieImport.c */; }; 
     30                F5525E050A3BF7D700F36B86 /* AC3MovieImport.r in Rez */ = {isa = PBXBuildFile; fileRef = F5525DFF0A3BF7D700F36B86 /* AC3MovieImport.r */; }; 
     31                F5525E060A3BF7D700F36B86 /* AC3MovieImport_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = F5525E000A3BF7D700F36B86 /* AC3MovieImport_Prefix.pch */; }; 
     32                F5525E070A3BF7D700F36B86 /* AC3MovieImportDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = F5525E010A3BF7D700F36B86 /* AC3MovieImportDispatch.h */; }; 
     33                F5525E080A3BF7D700F36B86 /* debug.h in Headers */ = {isa = PBXBuildFile; fileRef = F5525E020A3BF7D700F36B86 /* debug.h */; }; 
     34                F5525E090A3BF7D700F36B86 /* versions.h in Headers */ = {isa = PBXBuildFile; fileRef = F5525E030A3BF7D700F36B86 /* versions.h */; }; 
     35                F5536FB20A3BF8E800969CA8 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5536FB10A3BF8E800969CA8 /* QuickTime.framework */; }; 
    1236                F5BDAC870A20A00000FF4884 /* ACBaseCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = F51A93010287A1A201000102 /* ACBaseCodec.h */; }; 
    1337                F5BDAC880A20A00000FF4884 /* ACCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = F51A93030287A1A201000102 /* ACCodec.h */; }; 
     
    79103                F51A93080287A1A201000102 /* ACSimpleCodec.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ACSimpleCodec.cpp; sourceTree = "<group>"; }; 
    80104                F51A93090287A1A201000102 /* ACSimpleCodec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ACSimpleCodec.h; sourceTree = "<group>"; }; 
     105                F5525DF70A3BF78A00F36B86 /* AC3MovieImport.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AC3MovieImport.component; sourceTree = BUILT_PRODUCTS_DIR; }; 
     106                F5525DFE0A3BF7D700F36B86 /* AC3MovieImport.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = AC3MovieImport.c; sourceTree = "<group>"; }; 
     107                F5525DFF0A3BF7D700F36B86 /* AC3MovieImport.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AC3MovieImport.r; sourceTree = "<group>"; }; 
     108                F5525E000A3BF7D700F36B86 /* AC3MovieImport_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AC3MovieImport_Prefix.pch; sourceTree = "<group>"; }; 
     109                F5525E010A3BF7D700F36B86 /* AC3MovieImportDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AC3MovieImportDispatch.h; sourceTree = "<group>"; }; 
     110                F5525E020A3BF7D700F36B86 /* debug.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; }; 
     111                F5525E030A3BF7D700F36B86 /* versions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = versions.h; sourceTree = "<group>"; }; 
     112                F5536FA50A3BF89E00969CA8 /* AC3MovieImport.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = AC3MovieImport.exp; sourceTree = "<group>"; }; 
     113                F5536FB10A3BF8E800969CA8 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; }; 
    81114                F5A548EC0287A16D01000102 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; }; 
    82115                F5BDACAC0A20A00000FF4884 /* Info-A52Codec__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Info-A52Codec__Upgraded_.plist"; sourceTree = "<group>"; }; 
     
    99132 
    100133/* Begin PBXFrameworksBuildPhase section */ 
     134                F5525DEB0A3BF78A00F36B86 /* Frameworks */ = { 
     135                        isa = PBXFrameworksBuildPhase; 
     136                        buildActionMask = 2147483647; 
     137                        files = ( 
     138                                F5525DEC0A3BF78A00F36B86 /* CoreServices.framework in Frameworks */, 
     139                                F5525DED0A3BF78A00F36B86 /* Carbon.framework in Frameworks */, 
     140                                F5525DEE0A3BF78A00F36B86 /* AudioUnit.framework in Frameworks */, 
     141                                F5525DEF0A3BF78A00F36B86 /* CoreAudio.framework in Frameworks */, 
     142                                F5536FB20A3BF8E800969CA8 /* QuickTime.framework in Frameworks */, 
     143                        ); 
     144                        runOnlyForDeploymentPostprocessing = 0; 
     145                }; 
    101146                F5BDAC9E0A20A00000FF4884 /* Frameworks */ = { 
    102147                        isa = PBXFrameworksBuildPhase; 
     
    173218                        sourceTree = "<group>"; 
    174219                }; 
     220                F5525DFD0A3BF7D700F36B86 /* AC3MovieImport */ = { 
     221                        isa = PBXGroup; 
     222                        children = ( 
     223                                F5536FA50A3BF89E00969CA8 /* AC3MovieImport.exp */, 
     224                                F5525DFE0A3BF7D700F36B86 /* AC3MovieImport.c */, 
     225                                F5525DFF0A3BF7D700F36B86 /* AC3MovieImport.r */, 
     226                                F5525E000A3BF7D700F36B86 /* AC3MovieImport_Prefix.pch */, 
     227                                F5525E010A3BF7D700F36B86 /* AC3MovieImportDispatch.h */, 
     228                                F5525E020A3BF7D700F36B86 /* debug.h */, 
     229                                F5525E030A3BF7D700F36B86 /* versions.h */, 
     230                        ); 
     231                        path = AC3MovieImport; 
     232                        sourceTree = "<group>"; 
     233                }; 
    175234                F5A548DA02879EB701000102 = { 
    176235                        isa = PBXGroup; 
     
    187246                        children = ( 
    188247                                F5BDACAD0A20A00000FF4884 /* A52Codec.component */, 
     248                                F5525DF70A3BF78A00F36B86 /* AC3MovieImport.component */, 
    189249                        ); 
    190250                        name = Products; 
     
    199259                                F51A92FF0287A1A201000102 /* ACPublic */, 
    200260                                F5BDACB70A20A01C00FF4884 /* liba52 */, 
     261                                F5525DFD0A3BF7D700F36B86 /* AC3MovieImport */, 
    201262                        ); 
    202263                        name = Source; 
     
    206267                        isa = PBXGroup; 
    207268                        children = ( 
     269                                F5536FB10A3BF8E800969CA8 /* QuickTime.framework */, 
    208270                                65CB364E066A1FA900A75A43 /* CoreAudio.framework */, 
    209271                                0724C23C05B4963A00AC8248 /* AudioUnit.framework */, 
     
    255317 
    256318/* Begin PBXHeadersBuildPhase section */ 
     319                F5525DCB0A3BF78A00F36B86 /* Headers */ = { 
     320                        isa = PBXHeadersBuildPhase; 
     321                        buildActionMask = 2147483647; 
     322                        files = ( 
     323                                F5525DD30A3BF78A00F36B86 /* a52.h in Headers */, 
     324                                F5525DD40A3BF78A00F36B86 /* attributes.h in Headers */, 
     325                                F5525DD50A3BF78A00F36B86 /* audio_out.h in Headers */, 
     326                                F5525DD60A3BF78A00F36B86 /* mm_accel.h in Headers */, 
     327                                F5525DD70A3BF78A00F36B86 /* tendra.h in Headers */, 
     328                                F5525DD80A3BF78A00F36B86 /* a52_internal.h in Headers */, 
     329                                F5525DD90A3BF78A00F36B86 /* bitstream.h in Headers */, 
     330                                F5525DDA0A3BF78A00F36B86 /* tables.h in Headers */, 
     331                                F5525E060A3BF7D700F36B86 /* AC3MovieImport_Prefix.pch in Headers */, 
     332                                F5525E070A3BF7D700F36B86 /* AC3MovieImportDispatch.h in Headers */, 
     333                                F5525E080A3BF7D700F36B86 /* debug.h in Headers */, 
     334                                F5525E090A3BF7D700F36B86 /* versions.h in Headers */, 
     335                        ); 
     336                        runOnlyForDeploymentPostprocessing = 0; 
     337                }; 
    257338                F5BDAC860A20A00000FF4884 /* Headers */ = { 
    258339                        isa = PBXHeadersBuildPhase; 
     
    281362 
    282363/* Begin PBXNativeTarget section */ 
     364                F5525DCA0A3BF78A00F36B86 /* AC3MovieImport */ = { 
     365                        isa = PBXNativeTarget; 
     366                        buildConfigurationList = F5525DF20A3BF78A00F36B86 /* Build configuration list for PBXNativeTarget "AC3MovieImport" */; 
     367                        buildPhases = ( 
     368                                F5525DCB0A3BF78A00F36B86 /* Headers */, 
     369                                F5525DDC0A3BF78A00F36B86 /* Resources */, 
     370                                F5525DDD0A3BF78A00F36B86 /* Sources */, 
     371                                F5525DEB0A3BF78A00F36B86 /* Frameworks */, 
     372                                F5525DF00A3BF78A00F36B86 /* Rez */, 
     373                        ); 
     374                        buildRules = ( 
     375                        ); 
     376                        dependencies = ( 
     377                        ); 
     378                        name = AC3MovieImport; 
     379                        productInstallPath = "$(USER_LIBRARY_DIR)/Bundles"; 
     380                        productName = AudioCodecSDK; 
     381                        productReference = F5525DF70A3BF78A00F36B86 /* AC3MovieImport.component */; 
     382                        productType = "com.apple.product-type.bundle"; 
     383                }; 
    283384                F5BDAC850A20A00000FF4884 /* A52Codec (Upgraded) */ = { 
    284385                        isa = PBXNativeTarget; 
     
    313414                        targets = ( 
    314415                                F5BDAC850A20A00000FF4884 /* A52Codec (Upgraded) */, 
     416                                F5525DCA0A3BF78A00F36B86 /* AC3MovieImport */, 
    315417                        ); 
    316418                }; 
     
    318420 
    319421/* Begin PBXResourcesBuildPhase section */ 
     422                F5525DDC0A3BF78A00F36B86 /* Resources */ = { 
     423                        isa = PBXResourcesBuildPhase; 
     424                        buildActionMask = 2147483647; 
     425                        files = ( 
     426                        ); 
     427                        runOnlyForDeploymentPostprocessing = 0; 
     428                }; 
    320429                F5BDAC940A20A00000FF4884 /* Resources */ = { 
    321430                        isa = PBXResourcesBuildPhase; 
     
    328437 
    329438/* Begin PBXRezBuildPhase section */ 
     439                F5525DF00A3BF78A00F36B86 /* Rez */ = { 
     440                        isa = PBXRezBuildPhase; 
     441                        buildActionMask = 2147483647; 
     442                        files = ( 
     443                                F5525E050A3BF7D700F36B86 /* AC3MovieImport.r in Rez */, 
     444                        ); 
     445                        runOnlyForDeploymentPostprocessing = 0; 
     446                }; 
    330447                F5BDACA40A20A00000FF4884 /* Rez */ = { 
    331448                        isa = PBXRezBuildPhase; 
     
    339456 
    340457/* Begin PBXSourcesBuildPhase section */ 
     458                F5525DDD0A3BF78A00F36B86 /* Sources */ = { 
     459                        isa = PBXSourcesBuildPhase; 
     460                        buildActionMask = 2147483647; 
     461                        files = ( 
     462                                F5525DE40A3BF78A00F36B86 /* bit_allocate.c in Sources */, 
     463                                F5525DE50A3BF78A00F36B86 /* bitstream.c in Sources */, 
     464                                F5525DE60A3BF78A00F36B86 /* downmix.c in Sources */, 
     465                                F5525DE70A3BF78A00F36B86 /* imdct.c in Sources */, 
     466                                F5525DE80A3BF78A00F36B86 /* parse.c in Sources */, 
     467                                F5525E040A3BF7D700F36B86 /* AC3MovieImport.c in Sources */, 
     468                        ); 
     469                        runOnlyForDeploymentPostprocessing = 0; 
     470                }; 
    341471                F5BDAC950A20A00000FF4884 /* Sources */ = { 
    342472                        isa = PBXSourcesBuildPhase; 
     
    362492 
    363493/* Begin XCBuildConfiguration section */ 
     494                F5525DF30A3BF78A00F36B86 /* Release */ = { 
     495                        isa = XCBuildConfiguration; 
     496                        buildSettings = { 
     497                                ARCHS = ( 
     498                                        ppc, 
     499                                        i386, 
     500                                ); 
     501                                COPY_PHASE_STRIP = YES; 
     502                                EXPORTED_SYMBOLS_FILE = AC3MovieImport/AC3MovieImport.exp; 
     503                                FRAMEWORK_SEARCH_PATHS = ( 
     504                                        "$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Versions/A/Frameworks", 
     505                                        "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Versions/A/Frameworks", 
     506                                ); 
     507                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 
     508                                GCC_OPTIMIZATION_LEVEL = 3; 
     509                                GCC_PREPROCESSOR_DEFINITIONS = "TARGET_CARBON=1"; 
     510                                HEADER_SEARCH_PATHS = ( 
     511                                        liba52/include, 
     512                                        ., 
     513                                        /System/Library/Frameworks/AudioUnit.framework/Versions/A/Headers, 
     514                                ); 
     515                                INFOPLIST_FILE = "/Users/gbooker/projects/a52codec/Info-AC3MovieImport.plist"; 
     516                                OTHER_CFLAGS = "-DIS_COMPILER_WORKING=0"; 
     517                                OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -i / -i /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/Headers -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers"; 
     518                                PRODUCT_NAME = AC3MovieImport; 
     519                                PROFILING_CODE = NO; 
     520                                SECTORDER_FLAGS = ""; 
     521                                WARNING_CFLAGS = "-Wall"; 
     522                                WRAPPER_EXTENSION = component; 
     523                        }; 
     524                        name = Release; 
     525                }; 
     526                F5525DF40A3BF78A00F36B86 /* Development */ = { 
     527                        isa = XCBuildConfiguration; 
     528                        buildSettings = { 
     529                                COPY_PHASE_STRIP = NO; 
     530                                EXPORTED_SYMBOLS_FILE = AC3MovieImport/AC3MovieImport.exp; 
     531                                FRAMEWORK_SEARCH_PATHS = ( 
     532                                        "$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Versions/A/Frameworks", 
     533                                        "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Versions/A/Frameworks", 
     534                                ); 
     535                                GCC_DYNAMIC_NO_PIC = NO; 
     536                                GCC_ENABLE_FIX_AND_CONTINUE = YES; 
     537                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 
     538                                GCC_OPTIMIZATION_LEVEL = 0; 
     539                                GCC_PREPROCESSOR_DEFINITIONS = ( 
     540                                        "TARGET_CARBON=1", 
     541                                        "CoreAudio_Debug=1", 
     542                                ); 
     543                                HEADER_SEARCH_PATHS = ( 
     544                                        liba52/include, 
     545                                        ., 
     546                                        /System/Library/Frameworks/AudioUnit.framework/Versions/A/Headers, 
     547                                ); 
     548                                INFOPLIST_FILE = "/Users/gbooker/projects/a52codec/Info-AC3MovieImport.plist"; 
     549                                OTHER_CFLAGS = "-DIS_COMPILER_WORKING=0"; 
     550                                OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -i / -i /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/Headers -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers"; 
     551                                PRODUCT_NAME = AC3MovieImport; 
     552                                PROFILING_CODE = NO; 
     553                                SECTORDER_FLAGS = ""; 
     554                                WARNING_CFLAGS = "-Wall"; 
     555                                WRAPPER_EXTENSION = component; 
     556                                ZERO_LINK = YES; 
     557                        }; 
     558                        name = Development; 
     559                }; 
     560                F5525DF50A3BF78A00F36B86 /* Development-Unoptimized */ = { 
     561                        isa = XCBuildConfiguration; 
     562                        buildSettings = { 
     563                                COPY_PHASE_STRIP = NO; 
     564                                EXPORTED_SYMBOLS_FILE = AC3MovieImport/AC3MovieImport.exp; 
     565                                FRAMEWORK_SEARCH_PATHS = ( 
     566                                        "$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Versions/A/Frameworks", 
     567                                        "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Versions/A/Frameworks", 
     568                                ); 
     569                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 
     570                                GCC_OPTIMIZATION_LEVEL = 3; 
     571                                GCC_PREPROCESSOR_DEFINITIONS = ( 
     572                                        "TARGET_CARBON=1", 
     573                                        "CoreAudio_Debug=1", 
     574                                ); 
     575                                HEADER_SEARCH_PATHS = ( 
     576                                        liba52/include, 
     577                                        ., 
     578                                        /System/Library/Frameworks/AudioUnit.framework/Versions/A/Headers, 
     579                                ); 
     580                                INFOPLIST_FILE = "/Users/gbooker/projects/a52codec/Info-AC3MovieImport.plist"; 
     581                                OTHER_CFLAGS = "-DIS_COMPILER_WORKING=0"; 
     582                                OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -i / -i /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/Headers -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers"; 
     583                                PRODUCT_NAME = AC3MovieImport; 
     584                                PROFILING_CODE = NO; 
     585                                SECTORDER_FLAGS = ""; 
     586                                WARNING_CFLAGS = "-Wall"; 
     587                                WRAPPER_EXTENSION = component; 
     588                        }; 
     589                        name = "Development-Unoptimized"; 
     590                }; 
     591                F5525DF60A3BF78A00F36B86 /* Default */ = { 
     592                        isa = XCBuildConfiguration; 
     593                        buildSettings = { 
     594                                EXPORTED_SYMBOLS_FILE = AC3MovieImport/AC3MovieImport.exp; 
     595                                FRAMEWORK_SEARCH_PATHS = ( 
     596                                        "$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Versions/A/Frameworks", 
     597                                        "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Versions/A/Frameworks", 
     598                                ); 
     599                                GCC_OPTIMIZATION_LEVEL = 0; 
     600                                GCC_PREPROCESSOR_DEFINITIONS = "TARGET_CARBON=1"; 
     601                                HEADER_SEARCH_PATHS = ( 
     602                                        liba52/include, 
     603                                        ., 
     604                                        /System/Library/Frameworks/AudioUnit.framework/Versions/A/Headers, 
     605                                ); 
     606                                INFOPLIST_FILE = "/Users/gbooker/projects/a52codec/Info-AC3MovieImport.plist"; 
     607                                OTHER_CFLAGS = "-DIS_COMPILER_WORKING=0"; 
     608                                OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -i / -i /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/Headers -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers"; 
     609                                PRODUCT_NAME = AC3MovieImport; 
     610                                PROFILING_CODE = YES; 
     611                                SECTORDER_FLAGS = ""; 
     612                                WARNING_CFLAGS = "-Wall"; 
     613                                WRAPPER_EXTENSION = component; 
     614                        }; 
     615                        name = Default; 
     616                }; 
    364617                F5BDACA80A20A00000FF4884 /* Release */ = { 
    365618                        isa = XCBuildConfiguration; 
     
    516769 
    517770/* Begin XCConfigurationList section */ 
     771                F5525DF20A3BF78A00F36B86 /* Build configuration list for PBXNativeTarget "AC3MovieImport" */ = { 
     772                        isa = XCConfigurationList; 
     773                        buildConfigurations = ( 
     774                                F5525DF30A3BF78A00F36B86 /* Release */, 
     775                                F5525DF40A3BF78A00F36B86 /* Development */, 
     776                                F5525DF50A3BF78A00F36B86 /* Development-Unoptimized */, 
     777                                F5525DF60A3BF78A00F36B86 /* Default */, 
     778                        ); 
     779                        defaultConfigurationIsVisible = 0; 
     780                        defaultConfigurationName = Default; 
     781                }; 
    518782                F5BDACA70A20A00000FF4884 /* Build configuration list for PBXNativeTarget "A52Codec (Upgraded)" */ = { 
    519783                        isa = XCConfigurationList;