Changeset 276

Show
Ignore:
Timestamp:
01/08/07 16:13:16 (2 years ago)
Author:
gbooker
Message:

Turned off dead-code stripping in development builds. This fixes gdb's inability to debug and throw its inconsistency check errors (Filled under radar: 4870661 "Consistent [failed] internal consistency check")
Included a patch to ffmpeg because someone didn't seem to understand what static means. It won't link without this fix unless we dead-code strip.

Files:

Legend:

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

    r274 r276  
    10601060                                F5CFD2D60B5012A100616865 /* A52Codec.component */, 
    10611061                                F5CFD2D80B5012A100616865 /* AC3MovieImport.component */, 
    1062                                 F5CFD2DA0B5012A100616865 /* Preferences.app */, 
     1062                                F5CFD2DA0B5012A100616865 /* A52Preferences.app */, 
    10631063                        ); 
    10641064                        name = Products; 
     
    13001300                        sourceTree = BUILT_PRODUCTS_DIR; 
    13011301                }; 
    1302                 F5CFD2DA0B5012A100616865 /* Preferences.app */ = { 
     1302                F5CFD2DA0B5012A100616865 /* A52Preferences.app */ = { 
    13031303                        isa = PBXReferenceProxy; 
    13041304                        fileType = wrapper.application; 
    1305                         path = Preferences.app; 
     1305                        path = A52Preferences.app; 
    13061306                        remoteRef = F5CFD2D90B5012A100616865 /* PBXContainerItemProxy */; 
    13071307                        sourceTree = BUILT_PRODUCTS_DIR; 
  • trunk/createStaticLibs.sh

    r275 r276  
    2626else 
    2727        echo "Static ffmpeg libs are out-of-date ; rebuilding" 
     28         
     29        echo "Patching ffmpeg's broken linking" 
     30        cd "$SRCROOT" 
     31        svn revert ffmpeg/libavcodec/h264.c 
     32        patch -p0 < linkingFix.patch 
     33         
    2834        mkdir "$BUILT_PRODUCTS_DIR" 
    2935        #######################