[xiph-commits] r11299 - in experimental/derf/theora-exp: . macosx macosx/English.lproj macosx/Theora.xcodeproj

arek at svn.xiph.org arek at svn.xiph.org
Thu Apr 27 14:05:09 PDT 2006


Author: arek
Date: 2006-04-27 14:04:54 -0700 (Thu, 27 Apr 2006)
New Revision: 11299

Added:
   experimental/derf/theora-exp/macosx/
   experimental/derf/theora-exp/macosx/English.lproj/
   experimental/derf/theora-exp/macosx/English.lproj/InfoPlist.strings
   experimental/derf/theora-exp/macosx/Info.plist
   experimental/derf/theora-exp/macosx/Theora.xcodeproj/
   experimental/derf/theora-exp/macosx/Theora.xcodeproj/project.pbxproj
   experimental/derf/theora-exp/macosx/Theora_Prefix.pch
Log:
Added OS X build files.


Property changes on: experimental/derf/theora-exp/macosx
___________________________________________________________________
Name: svn:ignore
   + build


Added: experimental/derf/theora-exp/macosx/English.lproj/InfoPlist.strings
===================================================================
(Binary files differ)


Property changes on: experimental/derf/theora-exp/macosx/English.lproj/InfoPlist.strings
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: experimental/derf/theora-exp/macosx/Info.plist
===================================================================
--- experimental/derf/theora-exp/macosx/Info.plist	2006-04-27 18:06:15 UTC (rev 11298)
+++ experimental/derf/theora-exp/macosx/Info.plist	2006-04-27 21:04:54 UTC (rev 11299)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+    <key>CFBundleDevelopmentRegion</key>
+    <string>English</string>
+    <key>CFBundleExecutable</key>
+    <string>Theora</string>
+    <key>CFBundleGetInfoString</key>
+    <string>Theora-exp framework 0.1svn, Copyright © 2003-2006 Xiph.Org Foundation</string>
+    <key>CFBundleIconFile</key>
+    <string></string>
+    <key>CFBundleIdentifier</key>
+    <string>com.apple.carbonframeworktemplate</string>
+    <key>CFBundleInfoDictionaryVersion</key>
+    <string>6.0</string>
+    <key>CFBundlePackageType</key>
+    <string>FMWK</string>
+    <key>CFBundleSignature</key>
+    <string>????</string>
+    <key>CFBundleVersion</key>
+    <string>0.1</string>
+    <key>CFBundleShortVersionString</key>
+    <string>0.1svn</string>
+    <key>NSHumanReadableCopyright</key>
+    <string>Theora-exp framework 0.1svn, Copyright © 2003-2006 Xiph.Org Foundation</string>
+    <key>CSResourcesFileMapped</key>
+    <true/>
+</dict>
+</plist>


Property changes on: experimental/derf/theora-exp/macosx/Theora.xcodeproj
___________________________________________________________________
Name: svn:ignore
   + *.mode*
*.pbxuser


Added: experimental/derf/theora-exp/macosx/Theora.xcodeproj/project.pbxproj
===================================================================
--- experimental/derf/theora-exp/macosx/Theora.xcodeproj/project.pbxproj	2006-04-27 18:06:15 UTC (rev 11298)
+++ experimental/derf/theora-exp/macosx/Theora.xcodeproj/project.pbxproj	2006-04-27 21:04:54 UTC (rev 11299)
@@ -0,0 +1,398 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 42;
+	objects = {
+
+/* Begin PBXBuildFile section */
+		731DDD120A0157CB00CAD2C4 /* codec.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD100A0157CB00CAD2C4 /* codec.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		731DDD130A0157CB00CAD2C4 /* theoradec.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD110A0157CB00CAD2C4 /* theoradec.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		731DDD290A01586000CAD2C4 /* dct.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD170A01586000CAD2C4 /* dct.h */; };
+		731DDD2A0A01586000CAD2C4 /* decinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 731DDD180A01586000CAD2C4 /* decinfo.c */; };
+		731DDD2B0A01586000CAD2C4 /* decint.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD190A01586000CAD2C4 /* decint.h */; };
+		731DDD2C0A01586000CAD2C4 /* decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 731DDD1A0A01586000CAD2C4 /* decode.c */; };
+		731DDD2D0A01586000CAD2C4 /* dequant.c in Sources */ = {isa = PBXBuildFile; fileRef = 731DDD1B0A01586000CAD2C4 /* dequant.c */; };
+		731DDD2E0A01586000CAD2C4 /* dequant.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD1C0A01586000CAD2C4 /* dequant.h */; };
+		731DDD2F0A01586000CAD2C4 /* fragment.c in Sources */ = {isa = PBXBuildFile; fileRef = 731DDD1D0A01586000CAD2C4 /* fragment.c */; };
+		731DDD300A01586000CAD2C4 /* huffdec.c in Sources */ = {isa = PBXBuildFile; fileRef = 731DDD1E0A01586000CAD2C4 /* huffdec.c */; };
+		731DDD310A01586000CAD2C4 /* huffdec.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD1F0A01586000CAD2C4 /* huffdec.h */; };
+		731DDD320A01586000CAD2C4 /* huffman.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD200A01586000CAD2C4 /* huffman.h */; };
+		731DDD330A01586000CAD2C4 /* idct.c in Sources */ = {isa = PBXBuildFile; fileRef = 731DDD210A01586000CAD2C4 /* idct.c */; };
+		731DDD340A01586000CAD2C4 /* idct.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD220A01586000CAD2C4 /* idct.h */; };
+		731DDD350A01586000CAD2C4 /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 731DDD230A01586000CAD2C4 /* internal.c */; };
+		731DDD360A01586000CAD2C4 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD240A01586000CAD2C4 /* internal.h */; };
+		731DDD370A01586000CAD2C4 /* ocintrin.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD250A01586000CAD2C4 /* ocintrin.h */; };
+		731DDD380A01586000CAD2C4 /* quant.c in Sources */ = {isa = PBXBuildFile; fileRef = 731DDD260A01586000CAD2C4 /* quant.c */; };
+		731DDD390A01586000CAD2C4 /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = 731DDD270A01586000CAD2C4 /* quant.h */; };
+		731DDD3A0A01586000CAD2C4 /* state.c in Sources */ = {isa = PBXBuildFile; fileRef = 731DDD280A01586000CAD2C4 /* state.c */; };
+		731DDD3C0A01586E00CAD2C4 /* Ogg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 731DDD3B0A01586E00CAD2C4 /* Ogg.framework */; };
+		731DDD4B0A0159AF00CAD2C4 /* info.c in Sources */ = {isa = PBXBuildFile; fileRef = 731DDD4A0A0159AF00CAD2C4 /* info.c */; };
+		8D07F2BE0486CC7A007CD1D0 /* Theora_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32BAE0B70371A74B00C91783 /* Theora_Prefix.pch */; };
+		8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
+		8D07F2C40486CC7A007CD1D0 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB77AAFE841565C02AAC07 /* Carbon.framework */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXBuildStyle section */
+		4F0BB7EC011F40E904CA0E50 /* Debug */ = {
+			isa = PBXBuildStyle;
+			buildSettings = {
+			};
+			name = Debug;
+		};
+		4F0BB7ED011F40E904CA0E50 /* Release */ = {
+			isa = PBXBuildStyle;
+			buildSettings = {
+			};
+			name = Release;
+		};
+/* End PBXBuildStyle section */
+
+/* Begin PBXFileReference section */
+		089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+		08FB77AAFE841565C02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
+		32BAE0B70371A74B00C91783 /* Theora_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Theora_Prefix.pch; sourceTree = "<group>"; };
+		731DDD100A0157CB00CAD2C4 /* codec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = codec.h; path = ../include/theora/codec.h; sourceTree = SOURCE_ROOT; };
+		731DDD110A0157CB00CAD2C4 /* theoradec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = theoradec.h; path = ../include/theora/theoradec.h; sourceTree = SOURCE_ROOT; };
+		731DDD170A01586000CAD2C4 /* dct.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dct.h; path = ../lib/dct.h; sourceTree = SOURCE_ROOT; };
+		731DDD180A01586000CAD2C4 /* decinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = decinfo.c; path = ../lib/decinfo.c; sourceTree = SOURCE_ROOT; };
+		731DDD190A01586000CAD2C4 /* decint.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = decint.h; path = ../lib/decint.h; sourceTree = SOURCE_ROOT; };
+		731DDD1A0A01586000CAD2C4 /* decode.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = decode.c; path = ../lib/decode.c; sourceTree = SOURCE_ROOT; };
+		731DDD1B0A01586000CAD2C4 /* dequant.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dequant.c; path = ../lib/dequant.c; sourceTree = SOURCE_ROOT; };
+		731DDD1C0A01586000CAD2C4 /* dequant.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dequant.h; path = ../lib/dequant.h; sourceTree = SOURCE_ROOT; };
+		731DDD1D0A01586000CAD2C4 /* fragment.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fragment.c; path = ../lib/fragment.c; sourceTree = SOURCE_ROOT; };
+		731DDD1E0A01586000CAD2C4 /* huffdec.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = huffdec.c; path = ../lib/huffdec.c; sourceTree = SOURCE_ROOT; };
+		731DDD1F0A01586000CAD2C4 /* huffdec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = huffdec.h; path = ../lib/huffdec.h; sourceTree = SOURCE_ROOT; };
+		731DDD200A01586000CAD2C4 /* huffman.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = huffman.h; path = ../lib/huffman.h; sourceTree = SOURCE_ROOT; };
+		731DDD210A01586000CAD2C4 /* idct.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = idct.c; path = ../lib/idct.c; sourceTree = SOURCE_ROOT; };
+		731DDD220A01586000CAD2C4 /* idct.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = idct.h; path = ../lib/idct.h; sourceTree = SOURCE_ROOT; };
+		731DDD230A01586000CAD2C4 /* internal.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = internal.c; path = ../lib/internal.c; sourceTree = SOURCE_ROOT; };
+		731DDD240A01586000CAD2C4 /* internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = internal.h; path = ../lib/internal.h; sourceTree = SOURCE_ROOT; };
+		731DDD250A01586000CAD2C4 /* ocintrin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ocintrin.h; path = ../lib/ocintrin.h; sourceTree = SOURCE_ROOT; };
+		731DDD260A01586000CAD2C4 /* quant.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = quant.c; path = ../lib/quant.c; sourceTree = SOURCE_ROOT; };
+		731DDD270A01586000CAD2C4 /* quant.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = quant.h; path = ../lib/quant.h; sourceTree = SOURCE_ROOT; };
+		731DDD280A01586000CAD2C4 /* state.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = state.c; path = ../lib/state.c; sourceTree = SOURCE_ROOT; };
+		731DDD3B0A01586E00CAD2C4 /* Ogg.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Ogg.framework; path = /Library/Frameworks/Ogg.framework; sourceTree = "<absolute>"; };
+		731DDD4A0A0159AF00CAD2C4 /* info.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = info.c; path = ../lib/info.c; sourceTree = SOURCE_ROOT; };
+		8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
+		8D07F2C80486CC7A007CD1D0 /* Theora.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Theora.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				8D07F2C40486CC7A007CD1D0 /* Carbon.framework in Frameworks */,
+				731DDD3C0A01586E00CAD2C4 /* Ogg.framework in Frameworks */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		034768DDFF38A45A11DB9C8B /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				8D07F2C80486CC7A007CD1D0 /* Theora.framework */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		0867D691FE84028FC02AAC07 /* Theora */ = {
+			isa = PBXGroup;
+			children = (
+				08FB77ACFE841707C02AAC07 /* Source */,
+				089C1665FE841158C02AAC07 /* Resources */,
+				0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
+				034768DDFF38A45A11DB9C8B /* Products */,
+			);
+			name = Theora;
+			sourceTree = "<group>";
+		};
+		0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
+			isa = PBXGroup;
+			children = (
+				731DDD3B0A01586E00CAD2C4 /* Ogg.framework */,
+				08FB77AAFE841565C02AAC07 /* Carbon.framework */,
+			);
+			name = "External Frameworks and Libraries";
+			sourceTree = "<group>";
+		};
+		089C1665FE841158C02AAC07 /* Resources */ = {
+			isa = PBXGroup;
+			children = (
+				8D07F2C70486CC7A007CD1D0 /* Info.plist */,
+				089C1666FE841158C02AAC07 /* InfoPlist.strings */,
+			);
+			name = Resources;
+			sourceTree = "<group>";
+		};
+		08FB77ACFE841707C02AAC07 /* Source */ = {
+			isa = PBXGroup;
+			children = (
+				731DDD4A0A0159AF00CAD2C4 /* info.c */,
+				731DDD170A01586000CAD2C4 /* dct.h */,
+				731DDD180A01586000CAD2C4 /* decinfo.c */,
+				731DDD190A01586000CAD2C4 /* decint.h */,
+				731DDD1A0A01586000CAD2C4 /* decode.c */,
+				731DDD1B0A01586000CAD2C4 /* dequant.c */,
+				731DDD1C0A01586000CAD2C4 /* dequant.h */,
+				731DDD1D0A01586000CAD2C4 /* fragment.c */,
+				731DDD1E0A01586000CAD2C4 /* huffdec.c */,
+				731DDD1F0A01586000CAD2C4 /* huffdec.h */,
+				731DDD200A01586000CAD2C4 /* huffman.h */,
+				731DDD210A01586000CAD2C4 /* idct.c */,
+				731DDD220A01586000CAD2C4 /* idct.h */,
+				731DDD230A01586000CAD2C4 /* internal.c */,
+				731DDD240A01586000CAD2C4 /* internal.h */,
+				731DDD250A01586000CAD2C4 /* ocintrin.h */,
+				731DDD260A01586000CAD2C4 /* quant.c */,
+				731DDD270A01586000CAD2C4 /* quant.h */,
+				731DDD280A01586000CAD2C4 /* state.c */,
+				731DDD100A0157CB00CAD2C4 /* codec.h */,
+				731DDD110A0157CB00CAD2C4 /* theoradec.h */,
+				32BAE0B70371A74B00C91783 /* Theora_Prefix.pch */,
+			);
+			name = Source;
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+		8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
+			isa = PBXHeadersBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				8D07F2BE0486CC7A007CD1D0 /* Theora_Prefix.pch in Headers */,
+				731DDD120A0157CB00CAD2C4 /* codec.h in Headers */,
+				731DDD130A0157CB00CAD2C4 /* theoradec.h in Headers */,
+				731DDD290A01586000CAD2C4 /* dct.h in Headers */,
+				731DDD2B0A01586000CAD2C4 /* decint.h in Headers */,
+				731DDD2E0A01586000CAD2C4 /* dequant.h in Headers */,
+				731DDD310A01586000CAD2C4 /* huffdec.h in Headers */,
+				731DDD320A01586000CAD2C4 /* huffman.h in Headers */,
+				731DDD340A01586000CAD2C4 /* idct.h in Headers */,
+				731DDD360A01586000CAD2C4 /* internal.h in Headers */,
+				731DDD370A01586000CAD2C4 /* ocintrin.h in Headers */,
+				731DDD390A01586000CAD2C4 /* quant.h in Headers */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+		8D07F2BC0486CC7A007CD1D0 /* Theora */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "Theora" */;
+			buildPhases = (
+				8D07F2BD0486CC7A007CD1D0 /* Headers */,
+				8D07F2BF0486CC7A007CD1D0 /* Resources */,
+				8D07F2C10486CC7A007CD1D0 /* Sources */,
+				8D07F2C30486CC7A007CD1D0 /* Frameworks */,
+				8D07F2C50486CC7A007CD1D0 /* Rez */,
+			);
+			buildRules = (
+			);
+			buildSettings = {
+			};
+			dependencies = (
+			);
+			name = Theora;
+			productInstallPath = "$(HOME)/Library/Frameworks";
+			productName = Theora;
+			productReference = 8D07F2C80486CC7A007CD1D0 /* Theora.framework */;
+			productType = "com.apple.product-type.framework";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		0867D690FE84028FC02AAC07 /* Project object */ = {
+			isa = PBXProject;
+			buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "Theora" */;
+			buildSettings = {
+			};
+			buildStyles = (
+				4F0BB7EC011F40E904CA0E50 /* Debug */,
+				4F0BB7ED011F40E904CA0E50 /* Release */,
+			);
+			hasScannedForEncodings = 1;
+			mainGroup = 0867D691FE84028FC02AAC07 /* Theora */;
+			productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
+			projectDirPath = "";
+			targets = (
+				8D07F2BC0486CC7A007CD1D0 /* Theora */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+		8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
+			isa = PBXResourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXRezBuildPhase section */
+		8D07F2C50486CC7A007CD1D0 /* Rez */ = {
+			isa = PBXRezBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXRezBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+		8D07F2C10486CC7A007CD1D0 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				731DDD2A0A01586000CAD2C4 /* decinfo.c in Sources */,
+				731DDD2C0A01586000CAD2C4 /* decode.c in Sources */,
+				731DDD2D0A01586000CAD2C4 /* dequant.c in Sources */,
+				731DDD2F0A01586000CAD2C4 /* fragment.c in Sources */,
+				731DDD300A01586000CAD2C4 /* huffdec.c in Sources */,
+				731DDD330A01586000CAD2C4 /* idct.c in Sources */,
+				731DDD350A01586000CAD2C4 /* internal.c in Sources */,
+				731DDD380A01586000CAD2C4 /* quant.c in Sources */,
+				731DDD3A0A01586000CAD2C4 /* state.c in Sources */,
+				731DDD4B0A0159AF00CAD2C4 /* info.c in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+		089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
+			isa = PBXVariantGroup;
+			children = (
+				089C1667FE841158C02AAC07 /* English */,
+			);
+			name = InfoPlist.strings;
+			sourceTree = "<group>";
+		};
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+		4FADC24308B4156D00ABE55E /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				COPY_PHASE_STRIP = NO;
+				DYLIB_COMPATIBILITY_VERSION = 1;
+				DYLIB_CURRENT_VERSION = 1;
+				FRAMEWORK_VERSION = A;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_ENABLE_FIX_AND_CONTINUE = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+				GCC_PREFIX_HEADER = Theora_Prefix.pch;
+				INFOPLIST_FILE = Info.plist;
+				INSTALL_PATH = /Library/Frameworks;
+				LIBRARY_STYLE = DYNAMIC;
+				MACH_O_TYPE = mh_dylib;
+				PRODUCT_NAME = Theora;
+				WRAPPER_EXTENSION = framework;
+				ZERO_LINK = YES;
+			};
+			name = Debug;
+		};
+		4FADC24408B4156D00ABE55E /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ARCHS = (
+					ppc,
+					i386,
+				);
+				DYLIB_COMPATIBILITY_VERSION = 1;
+				DYLIB_CURRENT_VERSION = 1;
+				FRAMEWORK_VERSION = A;
+				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+				GCC_PREFIX_HEADER = Theora_Prefix.pch;
+				INFOPLIST_FILE = Info.plist;
+				INSTALL_PATH = /Library/Frameworks;
+				LIBRARY_STYLE = DYNAMIC;
+				MACH_O_TYPE = mh_dylib;
+				PRODUCT_NAME = Theora;
+				WRAPPER_EXTENSION = framework;
+			};
+			name = Release;
+		};
+		4FADC24708B4156D00ABE55E /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				FRAMEWORK_SEARCH_PATHS = (
+					"$(FRAMEWORK_SEARCH_PATHS)",
+					/Library/Frameworks,
+				);
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"$(GCC_PREPROCESSOR_DEFINITIONS)",
+					__MACOSX__,
+				);
+				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				PREBINDING = NO;
+				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
+			};
+			name = Debug;
+		};
+		4FADC24808B4156D00ABE55E /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ARCHS = (
+					ppc,
+					i386,
+				);
+				FRAMEWORK_SEARCH_PATHS = (
+					"$(FRAMEWORK_SEARCH_PATHS)",
+					/Library/Frameworks,
+				);
+				GCC_OPTIMIZATION_LEVEL = 3;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"$(GCC_PREPROCESSOR_DEFINITIONS)",
+					__MACOSX__,
+				);
+				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				OTHER_CFLAGS = (
+					"$(OTHER_CFLAGS)",
+					"-falign-loops=16",
+					"-fforce-addr",
+					"-fomit-frame-pointer",
+				);
+				PREBINDING = NO;
+				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "Theora" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				4FADC24308B4156D00ABE55E /* Debug */,
+				4FADC24408B4156D00ABE55E /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "Theora" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				4FADC24708B4156D00ABE55E /* Debug */,
+				4FADC24808B4156D00ABE55E /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
+}

Added: experimental/derf/theora-exp/macosx/Theora_Prefix.pch
===================================================================
--- experimental/derf/theora-exp/macosx/Theora_Prefix.pch	2006-04-27 18:06:15 UTC (rev 11298)
+++ experimental/derf/theora-exp/macosx/Theora_Prefix.pch	2006-04-27 21:04:54 UTC (rev 11299)
@@ -0,0 +1,5 @@
+//
+// Prefix header for all source files of the 'Theora' target in the 'Theora' project.
+//
+
+#include <Carbon/Carbon.h>



More information about the commits mailing list