summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg/using_ffmpeg.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ffmpeg/using_ffmpeg.vsprops')
-rw-r--r--third_party/ffmpeg/using_ffmpeg.vsprops16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/ffmpeg/using_ffmpeg.vsprops b/third_party/ffmpeg/using_ffmpeg.vsprops
new file mode 100644
index 0000000..ea674e2
--- /dev/null
+++ b/third_party/ffmpeg/using_ffmpeg.vsprops
@@ -0,0 +1,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"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(OutDir)\lib\avcodec-52.lib $(OutDir)\lib\avformat-52.lib $(OutDir)\lib\avutil-49.lib"
+ DelayLoadDLLs="avcodec-52.dll;avformat-52.dll;avutil-49.dll"
+ />
+</VisualStudioPropertySheet>