Add plugin for wma transcoding based on windows media format 9.5 SDK.

This commit is contained in:
Ron Pedde
2006-06-05 04:18:33 +00:00
parent 15ae458b87
commit 8f8a5a5cb7
15 changed files with 625 additions and 40 deletions

View File

@@ -23,7 +23,7 @@
PreprocessorDefinitions="_WIN32;HAVE_CONFIG_H;ZLIB_DLL"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
@@ -47,8 +47,7 @@
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"
CommandLine="versionize.bat"/>
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
@@ -74,7 +73,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\win32;.;..\src"
PreprocessorDefinitions="_WIN32;HAVE_CONFIG_H;ZLIB_DLL"
RuntimeLibrary="0"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
@@ -99,8 +98,7 @@
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"
CommandLine="versionize.bat"/>
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool