[xiph-commits] r14737 - in trunk/theora/win32: . VS2005 VS2005/dump_video VS2005/encoder_example VS2005/libtheora
sping at svn.xiph.org
sping at svn.xiph.org
Mon Apr 14 15:32:45 PDT 2008
Author: sping
Date: 2008-04-14 15:32:45 -0700 (Mon, 14 Apr 2008)
New Revision: 14737
Modified:
trunk/theora/win32/VS2005/
trunk/theora/win32/VS2005/dump_video/dump_video.vcproj
trunk/theora/win32/VS2005/encoder_example/encoder_example.vcproj
trunk/theora/win32/VS2005/libtheora/libtheora.vcproj
trunk/theora/win32/libtheora.def
Log:
4/3 libtheora: Consistent use of $(ConfigurationName) for vs2k5, SSE and SSE2 releases now have their own folders
Property changes on: trunk/theora/win32/VS2005
___________________________________________________________________
Name: svn:ignore
- *.ncb
*.suo
debug_rtl_dll
debug
release
release_rtl_dll
+ *.ncb
*.suo
debug_*
debug
release
release_*
Modified: trunk/theora/win32/VS2005/dump_video/dump_video.vcproj
===================================================================
--- trunk/theora/win32/VS2005/dump_video/dump_video.vcproj 2008-04-14 21:54:44 UTC (rev 14736)
+++ trunk/theora/win32/VS2005/dump_video/dump_video.vcproj 2008-04-14 22:32:45 UTC (rev 14737)
@@ -63,7 +63,7 @@
Name="VCLinkerTool"
AdditionalDependencies="libogg.lib libtheora.lib"
LinkIncremental="2"
- AdditionalLibraryDirectories="..\..\..\..\libogg\win32\VS2005\debug;..\debug;"
+ AdditionalLibraryDirectories=""..\..\..\..\libogg\win32\VS2005\$(ConfigurationName)";"..\$(ConfigurationName)""
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -139,7 +139,7 @@
Name="VCLinkerTool"
AdditionalDependencies="libogg.lib libtheora.lib"
LinkIncremental="1"
- AdditionalLibraryDirectories="..\..\..\..\libogg\win32\VS2005\release;..\release;"
+ AdditionalLibraryDirectories=""..\..\..\..\libogg\win32\VS2005\$(ConfigurationName)";"..\$(ConfigurationName)""
GenerateDebugInformation="false"
SubSystem="1"
OptimizeReferences="2"
@@ -173,6 +173,10 @@
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{653F3841-3F26-49B9-AFCF-091DB4B67031}"
+ RelativePathToProject=".\libtheora\libtheora.vcproj"
+ />
</References>
<Files>
<File
Modified: trunk/theora/win32/VS2005/encoder_example/encoder_example.vcproj
===================================================================
--- trunk/theora/win32/VS2005/encoder_example/encoder_example.vcproj 2008-04-14 21:54:44 UTC (rev 14736)
+++ trunk/theora/win32/VS2005/encoder_example/encoder_example.vcproj 2008-04-14 22:32:45 UTC (rev 14737)
@@ -63,7 +63,7 @@
Name="VCLinkerTool"
AdditionalDependencies="libogg.lib libvorbis.lib libtheora.lib"
LinkIncremental="2"
- AdditionalLibraryDirectories="..\..\..\..\libogg\win32\VS2005\debug;..\..\..\..\libvorbis\win32\VS2005\debug;..\debug;"
+ AdditionalLibraryDirectories=""..\..\..\..\libogg\win32\VS2005\$(ConfigurationName)";"..\..\..\..\libvorbis\win32\VS2005\$(ConfigurationName)";"..\$(ConfigurationName)""
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -142,7 +142,7 @@
Name="VCLinkerTool"
AdditionalDependencies="libogg.lib libvorbis.lib libtheora.lib"
LinkIncremental="1"
- AdditionalLibraryDirectories="..\..\..\..\libogg\win32\VS2005\release;..\..\..\..\libvorbis\win32\VS2005\release;..\release;"
+ AdditionalLibraryDirectories=""..\..\..\..\libogg\win32\VS2005\$(ConfigurationName)";"..\..\..\..\libvorbis\win32\VS2005\$(ConfigurationName)";"..\$(ConfigurationName)""
GenerateDebugInformation="false"
SubSystem="1"
OptimizeReferences="2"
@@ -177,6 +177,10 @@
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{653F3841-3F26-49B9-AFCF-091DB4B67031}"
+ RelativePathToProject=".\libtheora\libtheora.vcproj"
+ />
</References>
<Files>
<File
Modified: trunk/theora/win32/VS2005/libtheora/libtheora.vcproj
===================================================================
--- trunk/theora/win32/VS2005/libtheora/libtheora.vcproj 2008-04-14 21:54:44 UTC (rev 14736)
+++ trunk/theora/win32/VS2005/libtheora/libtheora.vcproj 2008-04-14 22:32:45 UTC (rev 14737)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="8,00"
Name="libtheora"
ProjectGUID="{653F3841-3F26-49B9-AFCF-091DB4B67031}"
RootNamespace="libtheora"
@@ -18,7 +18,7 @@
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="Debug"
+ IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
@@ -101,7 +101,7 @@
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="Release"
+ IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
@@ -192,7 +192,7 @@
</Configuration>
<Configuration
Name="Release_SSE|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -285,7 +285,7 @@
</Configuration>
<Configuration
Name="Release_SSE2|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
Modified: trunk/theora/win32/libtheora.def
===================================================================
--- trunk/theora/win32/libtheora.def 2008-04-14 21:54:44 UTC (rev 14736)
+++ trunk/theora/win32/libtheora.def 2008-04-14 22:32:45 UTC (rev 14737)
@@ -28,3 +28,15 @@
theora_comment_query
theora_comment_query_count
theora_comment_clear
+
+ th_comment_init
+ th_comment_clear
+ th_encode_alloc
+ th_encode_ctl
+ th_encode_flushheader
+ th_encode_free
+ th_encode_packetout
+ th_encode_ycbcr_in
+ th_granule_time
+ th_info_clear
+ th_info_init
More information about the commits
mailing list