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:
authorDaniel Genrich <daniel.genrich@gmx.net>2010-02-23 01:17:14 +0300
committerDaniel Genrich <daniel.genrich@gmx.net>2010-02-23 01:17:14 +0300
commita7d606a2ff2b696fb61e20b96320d7ed4513f688 (patch)
tree203d82ffd48cf998b55b39016ca56c40fb0e4229 /config/win64-vc-config.py
parentb7e7a0140b8d4a7a9b4598a3fb30ed844c394e5a (diff)
Win64: Bugfix for missing include, reported + fixed by matd, thanks
Diffstat (limited to 'config/win64-vc-config.py')
-rw-r--r--config/win64-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win64-vc-config.py b/config/win64-vc-config.py
index 457640507da..9ba52d4c774 100644
--- a/config/win64-vc-config.py
+++ b/config/win64-vc-config.py
@@ -4,7 +4,7 @@ LIBDIR = '${LCGDIR}'
# enable ffmpeg support
WITH_BF_FFMPEG = False # -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-51.lib avdevice-52.lib avutil-49.lib swscale-0.lib'