[xiph-commits] r11305 - in trunk/xiph-qt/OggImport: OggImport.xcodeproj src

arek at svn.xiph.org arek at svn.xiph.org
Fri Apr 28 05:04:39 PDT 2006


Author: arek
Date: 2006-04-28 05:04:32 -0700 (Fri, 28 Apr 2006)
New Revision: 11305

Modified:
   trunk/xiph-qt/OggImport/OggImport.xcodeproj/project.pbxproj
   trunk/xiph-qt/OggImport/src/stream_theora.c
   trunk/xiph-qt/OggImport/src/stream_types_theora.h
Log:
Small changes for renamed TheoraExp.

Modified: trunk/xiph-qt/OggImport/OggImport.xcodeproj/project.pbxproj
===================================================================
--- trunk/xiph-qt/OggImport/OggImport.xcodeproj/project.pbxproj	2006-04-28 12:01:17 UTC (rev 11304)
+++ trunk/xiph-qt/OggImport/OggImport.xcodeproj/project.pbxproj	2006-04-28 12:04:32 UTC (rev 11305)
@@ -18,9 +18,9 @@
 		73182D9B090AB7F800C25A13 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 73182D62090AAEA700C25A13 /* common.c */; };
 		73182D9F090AB83F00C25A13 /* Vorbis.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73182D9E090AB83F00C25A13 /* Vorbis.framework */; };
 		73182E37090AD49700C25A13 /* stream_vorbis.c in Sources */ = {isa = PBXBuildFile; fileRef = 73182E35090AD49700C25A13 /* stream_vorbis.c */; };
+		7321B3690A022B20004A699F /* TheoraExp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7321B3680A022B20004A699F /* TheoraExp.framework */; };
 		73A515E509844E1D0018101A /* stream_flac.c in Sources */ = {isa = PBXBuildFile; fileRef = 73A515E209844E1D0018101A /* stream_flac.c */; };
 		73BED3E709D77E8500ACC195 /* stream_theora.c in Sources */ = {isa = PBXBuildFile; fileRef = 73BED3E409D77E8500ACC195 /* stream_theora.c */; };
-		73BED41A09D780F300ACC195 /* Theora.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73BED41909D780F300ACC195 /* Theora.framework */; };
 		73E8B16D090BE13600686EE5 /* stream_speex.c in Sources */ = {isa = PBXBuildFile; fileRef = 73E8B16A090BE13600686EE5 /* stream_speex.c */; };
 		8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
 		8D01CCCE0486CAD60068D4B7 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */; };
@@ -88,6 +88,7 @@
 		73182E34090AD49700C25A13 /* stream_vorbis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stream_vorbis.h; path = src/stream_vorbis.h; sourceTree = "<group>"; };
 		73182E35090AD49700C25A13 /* stream_vorbis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stream_vorbis.c; path = src/stream_vorbis.c; sourceTree = "<group>"; };
 		73182E4C090AE29000C25A13 /* stream_types_vorbis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stream_types_vorbis.h; path = src/stream_types_vorbis.h; sourceTree = "<group>"; };
+		7321B3680A022B20004A699F /* TheoraExp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TheoraExp.framework; path = /Library/Frameworks/TheoraExp.framework; sourceTree = "<absolute>"; };
 		737C5A6D0912A05200700B79 /* fccs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fccs.h; path = ../common/fccs.h; sourceTree = SOURCE_ROOT; };
 		738602C50915732900CB8105 /* icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = icon.icns; path = ../resources/icon.icns; sourceTree = SOURCE_ROOT; };
 		738602C60915732900CB8105 /* icon.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; name = icon.r; path = ../resources/icon.r; sourceTree = SOURCE_ROOT; };
@@ -97,7 +98,6 @@
 		73BED3E409D77E8500ACC195 /* stream_theora.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = stream_theora.c; path = src/stream_theora.c; sourceTree = "<group>"; };
 		73BED3E509D77E8500ACC195 /* stream_theora.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = stream_theora.h; path = src/stream_theora.h; sourceTree = "<group>"; };
 		73BED3E609D77E8500ACC195 /* stream_types_theora.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = stream_types_theora.h; path = src/stream_types_theora.h; sourceTree = "<group>"; };
-		73BED41909D780F300ACC195 /* Theora.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Theora.framework; path = /Library/Frameworks/Theora.framework; sourceTree = "<absolute>"; };
 		73DDD2B2093E665C001E170C /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../common/config.h; sourceTree = SOURCE_ROOT; };
 		73E8B10F090BCB6100686EE5 /* data_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = data_types.h; path = ../common/data_types.h; sourceTree = SOURCE_ROOT; };
 		73E8B16A090BE13600686EE5 /* stream_speex.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = stream_speex.c; path = src/stream_speex.c; sourceTree = "<group>"; };
@@ -117,7 +117,7 @@
 				73182D74090AB07400C25A13 /* QuickTime.framework in Frameworks */,
 				73182D76090AB09000C25A13 /* Ogg.framework in Frameworks */,
 				73182D9F090AB83F00C25A13 /* Vorbis.framework in Frameworks */,
-				73BED41A09D780F300ACC195 /* Theora.framework in Frameworks */,
+				7321B3690A022B20004A699F /* TheoraExp.framework in Frameworks */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -138,7 +138,7 @@
 		089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
 			isa = PBXGroup;
 			children = (
-				73BED41909D780F300ACC195 /* Theora.framework */,
+				7321B3680A022B20004A699F /* TheoraExp.framework */,
 				73182D9E090AB83F00C25A13 /* Vorbis.framework */,
 				73182D75090AB09000C25A13 /* Ogg.framework */,
 				73182D71090AB07400C25A13 /* CoreFoundation.framework */,

Modified: trunk/xiph-qt/OggImport/src/stream_theora.c
===================================================================
--- trunk/xiph-qt/OggImport/src/stream_theora.c	2006-04-28 12:01:17 UTC (rev 11304)
+++ trunk/xiph-qt/OggImport/src/stream_theora.c	2006-04-28 12:04:32 UTC (rev 11305)
@@ -29,7 +29,7 @@
 
 
 #include "stream_theora.h"
-#include <Theora/theoradec.h>
+#include <TheoraExp/theoradec.h>
 
 #include "debug.h"
 #define logg_page_last_packet_incomplete(op) (((unsigned char *)(op)->header)[26 + ((unsigned char *)(op)->header)[26]] == 255)

Modified: trunk/xiph-qt/OggImport/src/stream_types_theora.h
===================================================================
--- trunk/xiph-qt/OggImport/src/stream_types_theora.h	2006-04-28 12:01:17 UTC (rev 11304)
+++ trunk/xiph-qt/OggImport/src/stream_types_theora.h	2006-04-28 12:04:32 UTC (rev 11305)
@@ -33,7 +33,7 @@
 
 
 #if !defined(_NO_THEORA_SUPPORT)
-#include <Theora/theoradec.h>
+#include <TheoraExp/theoradec.h>
 
 typedef enum TheoraImportStates {
     kTStateInitial,



More information about the commits mailing list