[xiph-commits] r11013 - in branches/oggdsf_ce_port/src/lib/codecs: cmml/dsfCMMLDecoder cmml/libCMMLParse cmml/libCMMLTags speex/filters/dsfSpeexDecoder theora/filters/dsfTheoraDecoder

illiminable at svn.xiph.org illiminable at svn.xiph.org
Wed Mar 15 07:15:21 PST 2006


Author: illiminable
Date: 2006-03-15 07:15:08 -0800 (Wed, 15 Mar 2006)
New Revision: 11013

Modified:
   branches/oggdsf_ce_port/src/lib/codecs/cmml/dsfCMMLDecoder/dsfCMMLDecoder.vcproj
   branches/oggdsf_ce_port/src/lib/codecs/cmml/libCMMLParse/libCMMLParse.vcproj
   branches/oggdsf_ce_port/src/lib/codecs/cmml/libCMMLTags/libCMMLTags.vcproj
   branches/oggdsf_ce_port/src/lib/codecs/speex/filters/dsfSpeexDecoder/dsfSpeexDecoder.vcproj
   branches/oggdsf_ce_port/src/lib/codecs/theora/filters/dsfTheoraDecoder/dsfTheoraDecoder.vcproj
Log:
* All the decoders except flac(libflac doesn't build) almost build. Only remains registration and registry  differences for desktop and mobile in those and demux

Modified: branches/oggdsf_ce_port/src/lib/codecs/cmml/dsfCMMLDecoder/dsfCMMLDecoder.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/lib/codecs/cmml/dsfCMMLDecoder/dsfCMMLDecoder.vcproj	2006-03-15 14:19:06 UTC (rev 11012)
+++ branches/oggdsf_ce_port/src/lib/codecs/cmml/dsfCMMLDecoder/dsfCMMLDecoder.vcproj	2006-03-15 15:15:08 UTC (rev 11013)
@@ -986,8 +986,8 @@
 				Name="VCCLCompilerTool"
 				ExecutionBucket="7"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\..\core\directshow\BaseClasses;..;..\..\..\helper;..\..\..\core\directshow\dsfOggDemux2;..\..\..\core\ogg\"
-				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFCMMLDECODER_EXPORTS"
+				AdditionalIncludeDirectories="..;..\..\..\helper;..\..\..\core\directshow\dsfOggDemux2;..\..\..\core\ogg\"
+				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFCMMLDECODER_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_)"
 				MinimalRebuild="true"
 				RuntimeLibrary="3"
 				UsePrecompiledHeader="2"
@@ -1012,7 +1012,7 @@
 				ModuleDefinitionFile="CMMLDecoder.def"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)/dsfCMMLDecoder.pdb"
-				SubSystem="2"
+				SubSystem="9"
 				ImportLibrary="$(OutDir)/dsfCMMLDecoder.lib"
 				TargetMachine="0"
 			/>

Modified: branches/oggdsf_ce_port/src/lib/codecs/cmml/libCMMLParse/libCMMLParse.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/lib/codecs/cmml/libCMMLParse/libCMMLParse.vcproj	2006-03-15 14:19:06 UTC (rev 11012)
+++ branches/oggdsf_ce_port/src/lib/codecs/cmml/libCMMLParse/libCMMLParse.vcproj	2006-03-15 15:15:08 UTC (rev 11013)
@@ -1155,6 +1155,7 @@
 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;WIN32;_USRDLL;LIBCMMLPARSE_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_)"
 				MinimalRebuild="true"
 				RuntimeLibrary="3"
+				TreatWChar_tAsBuiltInType="false"
 				UsePrecompiledHeader="0"
 				WarningLevel="4"
 				DisableSpecificWarnings="4251"

Modified: branches/oggdsf_ce_port/src/lib/codecs/cmml/libCMMLTags/libCMMLTags.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/lib/codecs/cmml/libCMMLTags/libCMMLTags.vcproj	2006-03-15 14:19:06 UTC (rev 11012)
+++ branches/oggdsf_ce_port/src/lib/codecs/cmml/libCMMLTags/libCMMLTags.vcproj	2006-03-15 15:15:08 UTC (rev 11013)
@@ -1650,6 +1650,7 @@
 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBCMMLTAGS_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_)"
 				MinimalRebuild="true"
 				RuntimeLibrary="3"
+				TreatWChar_tAsBuiltInType="false"
 				UsePrecompiledHeader="2"
 				WarningLevel="4"
 			/>

Modified: branches/oggdsf_ce_port/src/lib/codecs/speex/filters/dsfSpeexDecoder/dsfSpeexDecoder.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/lib/codecs/speex/filters/dsfSpeexDecoder/dsfSpeexDecoder.vcproj	2006-03-15 14:19:06 UTC (rev 11012)
+++ branches/oggdsf_ce_port/src/lib/codecs/speex/filters/dsfSpeexDecoder/dsfSpeexDecoder.vcproj	2006-03-15 15:15:08 UTC (rev 11013)
@@ -983,8 +983,8 @@
 				Name="VCCLCompilerTool"
 				ExecutionBucket="7"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\..\core\directshow\dsfSeeking;..\..\..\..\helper;..\..\..\..\core\directshow\dsfOggDemux2"
-				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFSPEEXDECODER_EXPORTS"
+				AdditionalIncludeDirectories="..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\..\core\directshow\dsfSeeking;..\..\..\..\helper;..\..\..\..\core\directshow\dsfOggDemux2"
+				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFSPEEXDECODER_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_)"
 				MinimalRebuild="true"
 				RuntimeLibrary="3"
 				UsePrecompiledHeader="2"
@@ -1009,7 +1009,7 @@
 				ModuleDefinitionFile="speexdecoder.def"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)/dsfSpeexDecoder.pdb"
-				SubSystem="2"
+				SubSystem="9"
 				ImportLibrary="$(OutDir)/dsfSpeexDecoder.lib"
 				TargetMachine="0"
 			/>

Modified: branches/oggdsf_ce_port/src/lib/codecs/theora/filters/dsfTheoraDecoder/dsfTheoraDecoder.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/lib/codecs/theora/filters/dsfTheoraDecoder/dsfTheoraDecoder.vcproj	2006-03-15 14:19:06 UTC (rev 11012)
+++ branches/oggdsf_ce_port/src/lib/codecs/theora/filters/dsfTheoraDecoder/dsfTheoraDecoder.vcproj	2006-03-15 15:15:08 UTC (rev 11013)
@@ -975,8 +975,8 @@
 				Name="VCCLCompilerTool"
 				ExecutionBucket="7"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\libs\libOOTheora;..\..\libs\libtheora\include;..\..\..\..\core\ogg;..\..\..\..\core\ogg\libogg\include;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\helper;..\..\..\..\helper\iDSHelper;..\..\..\..\core\directshow\dsfOggDemux2"
-				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFTHEORADECODER_EXPORTS"
+				AdditionalIncludeDirectories="..\..\libs\libOOTheora;..\..\libs\libtheora\include;..\..\..\..\core\ogg;..\..\..\..\core\ogg\libogg\include;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\helper;..\..\..\..\helper\iDSHelper;..\..\..\..\core\directshow\dsfOggDemux2"
+				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFTHEORADECODER_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_)"
 				MinimalRebuild="true"
 				RuntimeLibrary="3"
 				UsePrecompiledHeader="2"
@@ -1000,7 +1000,7 @@
 				ModuleDefinitionFile="theoradecoder.def"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)/dsfTheoraDecoder.pdb"
-				SubSystem="2"
+				SubSystem="9"
 				ImportLibrary="$(OutDir)/dsfTheoraDecoder.lib"
 				TargetMachine="0"
 			/>



More information about the commits mailing list