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:
Diffstat (limited to 'source/blender/imbuf/CMakeLists.txt')
-rw-r--r--source/blender/imbuf/CMakeLists.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt
index 344ae604ed4..bbe70a7d73f 100644
--- a/source/blender/imbuf/CMakeLists.txt
+++ b/source/blender/imbuf/CMakeLists.txt
@@ -25,6 +25,7 @@
set(INC
.
+ ../avi
../blenkernel
../blenlib
../blenloader
@@ -142,13 +143,6 @@ if(WITH_IMAGE_REDCODE)
add_definitions(-DWITH_REDCODE)
endif()
-if(WITH_CODEC_AVI)
- list(APPEND INC
- ../avi
- )
- add_definitions(-DWITH_AVI)
-endif()
-
if(WITH_CODEC_QUICKTIME)
list(APPEND INC
../quicktime