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:
authorCampbell Barton <ideasman42@gmail.com>2016-02-03 10:31:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-03 10:39:37 +0300
commit9ab7482657aa6a5b968c894be37a2d16aa301293 (patch)
tree7a4017bd70effcf0c872568c42a0f5d9d56bbdc0 /source/blender/imbuf/CMakeLists.txt
parent31776d8a6703772a2d8f3e1852601e60545b939c (diff)
Imbuf: remove libredcode
D1751, remove this library since its quite a specific - only supports an older version of this codec. Also ffmpeg has added support for recent versions of the codec.
Diffstat (limited to 'source/blender/imbuf/CMakeLists.txt')
-rw-r--r--source/blender/imbuf/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt
index abbc5a09040..b32f8c54cd6 100644
--- a/source/blender/imbuf/CMakeLists.txt
+++ b/source/blender/imbuf/CMakeLists.txt
@@ -123,13 +123,6 @@ if(WITH_IMAGE_OPENJPEG)
add_definitions(-DWITH_OPENJPEG ${OPENJPEG_DEFINES})
endif()
-if(WITH_IMAGE_REDCODE)
- list(APPEND INC_SYS
- ${REDCODE_INC}
- )
- add_definitions(-DWITH_REDCODE)
-endif()
-
if(WITH_CODEC_AVI)
list(APPEND INC
../avi