From 1824624bfef6826f2ce23222de234c860dc6ecf5 Mon Sep 17 00:00:00 2001 From: Gunnar Date: Thu, 10 Aug 2017 19:31:41 +0300 Subject: [PATCH] fixed AdditionalIncludeDirectories in LiveProxy project file --- LiveProxy/LiveProxy.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LiveProxy/LiveProxy.vcxproj b/LiveProxy/LiveProxy.vcxproj index f92d0d9..1e1cecd 100644 --- a/LiveProxy/LiveProxy.vcxproj +++ b/LiveProxy/LiveProxy.vcxproj @@ -57,7 +57,7 @@ WIN32;_WINDOWS;NDEBUG;_USRDLL;_LIB;_UNICODE;UNICODE;_ITERATOR_DEBUG_LEVEL=0;_CRT_SECURE_NO_WARNINGS;MY_DLL;%(PreprocessorDefinitions) Cdecl false - C:\Data\MyProjects\DVS\TechCoastSecLab\RTSP_DSFilter\rtspdsf\ffmpeg\include;C:\Data\MyProjects\DVS\TechCoastSecLab\RTSP_DSFilter\rtspdsf\live\UsageEnvironment\include;C:\Data\MyProjects\DVS\TechCoastSecLab\RTSP_DSFilter\rtspdsf\live\groupsock\include;C:\Data\MyProjects\DVS\TechCoastSecLab\RTSP_DSFilter\rtspdsf\live\BasicUsageEnvironment\include;C:\Data\MyProjects\DVS\TechCoastSecLab\RTSP_DSFilter\rtspdsf\live\liveMedia\include;%(AdditionalIncludeDirectories) + $(SolutionDir)ffmpeg\include;$(SolutionDir)live\UsageEnvironment\include;$(SolutionDir)live\groupsock\include;$(SolutionDir)live\BasicUsageEnvironment\include;$(SolutionDir)live\liveMedia\include;%(AdditionalIncludeDirectories) MultiThreadedDLL