Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/CMakeLists.txt
| Show First 20 Lines • Show All 160 Lines • ▼ Show 20 Lines | if(WITH_CODEC_FFMPEG) | ||||
| list(APPEND INC_SYS | list(APPEND INC_SYS | ||||
| ${FFMPEG_INCLUDE_DIRS} | ${FFMPEG_INCLUDE_DIRS} | ||||
| ) | ) | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| ${FFMPEG_LIBRARIES} | ${FFMPEG_LIBRARIES} | ||||
| ${OPENJPEG_LIBRARIES} | ${OPENJPEG_LIBRARIES} | ||||
| ) | ) | ||||
| add_definitions(-DWITH_FFMPEG) | add_definitions(-DWITH_FFMPEG) | ||||
| remove_strict_c_flags_file( | |||||
| intern/anim_movie.c | |||||
| intern/indexer.c | |||||
| intern/util.c | |||||
| ) | |||||
| endif() | endif() | ||||
| if(WITH_IMAGE_DDS) | if(WITH_IMAGE_DDS) | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| bf_imbuf_dds | bf_imbuf_dds | ||||
| ) | ) | ||||
| add_definitions(-DWITH_DDS) | add_definitions(-DWITH_DDS) | ||||
| endif() | endif() | ||||
| Show All 32 Lines | |||||