mirror of https://github.com/odrling/Aegisub
Fix include path for MSVC project to point to the new location of ffms2 sources.
Originally committed to SVN as r3124.
This commit is contained in:
parent
d298d21e5d
commit
eaf507ca97
|
@ -4,12 +4,12 @@
|
|||
Version="8.00"
|
||||
Name="ffms2_lib_include_dir"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""$(ProjectDir)../../libffms/include/";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalLibraryDirectories="$(ProjectDir)../../FFmpegSource2/"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""$(ProjectDir)../../FFmpegSource2/";"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
||||
|
|
Loading…
Reference in New Issue