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:
-rw-r--r--blenderplayer/CMakeLists.txt5
-rw-r--r--source/blender/nodes/CMakeLists.txt4
2 files changed, 3 insertions, 6 deletions
diff --git a/blenderplayer/CMakeLists.txt b/blenderplayer/CMakeLists.txt
index d144abcbc6a..4a2fc330077 100644
--- a/blenderplayer/CMakeLists.txt
+++ b/blenderplayer/CMakeLists.txt
@@ -66,8 +66,6 @@ IF(UNIX)
bf_decimation
bf_blenloader
bf_blenpluginapi
- bf_imbuf
- bf_avi
bf_blroutines
bf_converter
bf_sumo
@@ -85,6 +83,9 @@ IF(UNIX)
bf_moto
bf_soundsystem
bf_kernel
+ bf_nodes
+ bf_imbuf
+ bf_avi
kx_network
bf_ngnetwork
bf_loopbacknetwork
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index d3e144726b1..6729d5099f0 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -57,10 +57,6 @@ IF(WITH_FFMPEG)
ADD_DEFINITIONS(-DWITH_FFMPEG)
ENDIF(WITH_FFMPEG)
-IF(WITH_PLAYER)
- SUBDIRS(bad_level_call_stubs)
-ENDIF(WITH_PLAYER)
-
ADD_DEFINITIONS(-DWITH_CCGSUBSURF)
BLENDERLIB(bf_nodes "${SRC}" "${INC}")