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:
authorTon Roosendaal <ton@blender.org>2008-11-16 14:13:19 +0300
committerTon Roosendaal <ton@blender.org>2008-11-16 14:13:19 +0300
commitd840fbc9baaa0c693c39e4030847ede6b70156ef (patch)
treea908cf49ceeb521a668bd6413a5ad97df6f563b2 /source/gameengine
parenta2cc29d22166fc535eb66c14f7878552ae422f63 (diff)
2.5 branch: Makefile for videotexture pointed to wrong include path (BIF_gl.h)
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/VideoTexture/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/VideoTexture/Makefile b/source/gameengine/VideoTexture/Makefile
index bead176808b..e4a70428c60 100644
--- a/source/gameengine/VideoTexture/Makefile
+++ b/source/gameengine/VideoTexture/Makefile
@@ -51,7 +51,7 @@ CPPFLAGS += -I../../kernel/gen_system
CPPFLAGS += -I.
CPPFLAGS += -I../../blender/blenkernel
CPPFLAGS += -I../../blender/blenlib
-CPPFLAGS += -I../../blender/include
+CPPFLAGS += -I../../blender/editors/include
CPPFLAGS += -I../../blender/makesdna
CPPFLAGS += -I../../blender/imbuf
CPPFLAGS += -I../../blender/gpu