Changeset 833

Show
Ignore:
Timestamp:
03/14/08 14:44:58 (6 months ago)
Author:
astrange
Message:

Fix compilation with today's ffmpeg, which includes config.h in a header.

Files:

Legend:

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

    r828 r833  
    493493                3D41BE8C0BCD3B330069E7C2 /* UniversalDetector.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = UniversalDetector.xcodeproj; path = UniversalDetector/UniversalDetector.xcodeproj; sourceTree = "<group>"; }; 
    494494                3D41BEBC0BCD63510069E7C2 /* UniversalDetector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = UniversalDetector.h; path = UniversalDetector/UniversalDetector.h; sourceTree = "<group>"; }; 
     495                3D4A34870D8B03F700A07563 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; }; 
    495496                3D4A7A970B5533BC004C5D6A /* ColorConversions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ColorConversions.h; sourceTree = "<group>"; }; 
    496497                3D4A7A980B5533BC004C5D6A /* ColorConversions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ColorConversions.c; sourceTree = "<group>"; }; 
     
    11491150                        isa = PBXGroup; 
    11501151                        children = ( 
     1152                                3D4A34870D8B03F700A07563 /* config.h */, 
    11511153                                11C85ED30A641E6400DF3D73 /* ff_dataref.c */, 
    11521154                                8F483BBC0A642B3D002CCA73 /* ff_MovieImportDispatch.h */, 
     
    18701872                                GCC_WARN_UNUSED_VARIABLE = YES; 
    18711873                                HEADER_SEARCH_PATHS = ( 
     1874                                        "$(BUILT_PRODUCTS_DIR)", 
    18721875                                        "ffmpeg/**", 
    18731876                                        libebml, 
     
    19121915                                GCC_WARN_UNUSED_VARIABLE = YES; 
    19131916                                HEADER_SEARCH_PATHS = ( 
     1917                                        "$(BUILT_PRODUCTS_DIR)", 
    19141918                                        "ffmpeg/**", 
    19151919                                        libebml, 
     
    20382042                                GCC_WARN_UNUSED_VARIABLE = YES; 
    20392043                                HEADER_SEARCH_PATHS = ( 
     2044                                        "$(BUILT_PRODUCTS_DIR)", 
    20402045                                        "ffmpeg/**", 
    20412046                                        libebml,