Skip to content

Commit

Permalink
更新vc2005项目文件.
Browse files Browse the repository at this point in the history
Signed-off-by: Jack <[email protected]>
  • Loading branch information
Jackarain authored and microcai committed Mar 12, 2013
1 parent d9c80dc commit aff97d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions avplay_vc2005.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libyk", "libyk\libyk.vcproj", "{46CD66DB-40A1-4677-91B4-F3226FAB8941}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demux", "demux\demux.vcproj", "{A2B8CC80-EEB0-40BD-91D1-BA9DBB4E89C6}"
ProjectSection(ProjectDependencies) = postProject
{457C2989-509D-4132-B08A-1695342BB9DB} = {457C2989-509D-4132-B08A-1695342BB9DB}
{C3812E93-D5DE-4275-9E57-62513C4FAC32} = {C3812E93-D5DE-4275-9E57-62513C4FAC32}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions demux/demux.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\third_party\ffmpeg\include;..\third_party\include;..\libav"
AdditionalIncludeDirectories="..\third_party\ffmpeg\include;..\third_party\include;..\libav;..\source"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;DEMUX_EXPORTS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
Expand Down Expand Up @@ -119,7 +119,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\third_party\ffmpeg\include;..\third_party\include;..\libav"
AdditionalIncludeDirectories="..\third_party\ffmpeg\include;..\third_party\include;..\libav;..\source"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;DEMUX_EXPORTS"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
Expand Down

0 comments on commit aff97d3

Please sign in to comment.