Changeset 833
- Timestamp:
- 03/14/08 14:44:58 (6 months ago)
- Files:
-
- trunk/Perian.xcodeproj/project.pbxproj (modified) (5 diffs)
- trunk/config.h (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Perian.xcodeproj/project.pbxproj
r828 r833 493 493 3D41BE8C0BCD3B330069E7C2 /* UniversalDetector.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = UniversalDetector.xcodeproj; path = UniversalDetector/UniversalDetector.xcodeproj; sourceTree = "<group>"; }; 494 494 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>"; }; 495 496 3D4A7A970B5533BC004C5D6A /* ColorConversions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ColorConversions.h; sourceTree = "<group>"; }; 496 497 3D4A7A980B5533BC004C5D6A /* ColorConversions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ColorConversions.c; sourceTree = "<group>"; }; … … 1149 1150 isa = PBXGroup; 1150 1151 children = ( 1152 3D4A34870D8B03F700A07563 /* config.h */, 1151 1153 11C85ED30A641E6400DF3D73 /* ff_dataref.c */, 1152 1154 8F483BBC0A642B3D002CCA73 /* ff_MovieImportDispatch.h */, … … 1870 1872 GCC_WARN_UNUSED_VARIABLE = YES; 1871 1873 HEADER_SEARCH_PATHS = ( 1874 "$(BUILT_PRODUCTS_DIR)", 1872 1875 "ffmpeg/**", 1873 1876 libebml, … … 1912 1915 GCC_WARN_UNUSED_VARIABLE = YES; 1913 1916 HEADER_SEARCH_PATHS = ( 1917 "$(BUILT_PRODUCTS_DIR)", 1914 1918 "ffmpeg/**", 1915 1919 libebml, … … 2038 2042 GCC_WARN_UNUSED_VARIABLE = YES; 2039 2043 HEADER_SEARCH_PATHS = ( 2044 "$(BUILT_PRODUCTS_DIR)", 2040 2045 "ffmpeg/**", 2041 2046 libebml,
