From eaf507ca97a829576d111b469aacac8f6232465b Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen <nielsm@aegisub.org> Date: Mon, 13 Jul 2009 22:43:46 +0000 Subject: [PATCH] Fix include path for MSVC project to point to the new location of ffms2 sources. Originally committed to SVN as r3124. --- .../build/aegisub_vs2008/ffms2_lib_include_dir.vsprops | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aegisub/build/aegisub_vs2008/ffms2_lib_include_dir.vsprops b/aegisub/build/aegisub_vs2008/ffms2_lib_include_dir.vsprops index dd69e64af..97d74a7d1 100644 --- a/aegisub/build/aegisub_vs2008/ffms2_lib_include_dir.vsprops +++ b/aegisub/build/aegisub_vs2008/ffms2_lib_include_dir.vsprops @@ -5,11 +5,11 @@ Name="ffms2_lib_include_dir" > <Tool - Name="VCLinkerTool" - AdditionalLibraryDirectories="$(ProjectDir)../../FFmpegSource2/" + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(ProjectDir)../../libffms/include/";" /> <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(ProjectDir)../../FFmpegSource2/";" + Name="VCLinkerTool" + AdditionalLibraryDirectories="$(ProjectDir)../../FFmpegSource2/" /> </VisualStudioPropertySheet> -- GitLab