summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg/using_ffmpeg.vsprops
blob: 1a569b34ef92b503334954838221d217abe8e0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="using_ffmpeg"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="$(SolutionDir)..\third_party\ffmpeg\include;$(SolutionDir)..\third_party\ffmpeg\include\win"
	/>
	<Tool
		Name="VCLinkerTool"
		AdditionalDependencies="avcodec-52.lib avformat-52.lib avutil-50.lib"
		DelayLoadDLLs="avcodec-52.dll;avformat-52.dll;avutil-50.dll"
	/>
</VisualStudioPropertySheet>