From 15db4e92e531cadd1df273fc287f65dc4acdd2dd Mon Sep 17 00:00:00 2001 From: Underground78 Date: Tue, 24 Sep 2013 22:42:13 +0200 Subject: [MPC-HC] Fix the include directories for FFmpeg's out-of-source-tree build. --- common/common.props | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/common.props b/common/common.props index 30505c54..ac28cf58 100644 --- a/common/common.props +++ b/common/common.props @@ -24,6 +24,7 @@ + $(SolutionDir)bin_$(PlatformName)d\thirdparty\ffmpeg;%(AdditionalIncludeDirectories) Disabled MultiThreadedDebugDLL @@ -39,6 +40,7 @@ + $(SolutionDir)bin_$(PlatformName)\thirdparty\ffmpeg;%(AdditionalIncludeDirectories) /Zo %(AdditionalOptions) MaxSpeed true -- cgit v1.2.3