Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2009-08-24 06:51:59 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-08-24 06:51:59 +0400
commit365783cad4e4b6c2e7d554e71d3ebac4b3d1922c (patch)
tree83dbf5b55dfc886e98bdc29b7f62d353af107016 /config/win32-vc-config.py
parentac44d73acdb5297d3e0a177b00a03ef8cca5e696 (diff)
parent5e9e6df2a24b28cbb8c1de293725ebe4af3f9a2d (diff)
* merge r22734 from trunk
NOTE: Remember to svn up your lib/windows. Also, CMake files might need updating still
Diffstat (limited to 'config/win32-vc-config.py')
-rw-r--r--config/win32-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index e9bbd42e915..2c219633540 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -4,7 +4,7 @@ LIBDIR = '${LCGDIR}'
# enable ffmpeg support
WITH_BF_FFMPEG = True # -DWITH_FFMPEG
BF_FFMPEG = LIBDIR +'/ffmpeg'
-BF_FFMPEG_INC = '${BF_FFMPEG}/include'
+BF_FFMPEG_INC = '${BF_FFMPEG}/include ${BF_FFMPEG}/include/msvc'
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
BF_FFMPEG_LIB = 'avformat-52.lib avcodec-52.lib avdevice-52.lib avutil-50.lib swscale-0.lib'