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>2019-01-25 00:30:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-25 00:49:51 +0300
commit4b8b7c821d46528abd7bf809b1cbc5c44a44796c (patch)
treed61a81c7c686b79512ed8f43552f0d177b3a9ce9 /source/blender/imbuf
parent6260b3c15e5afd0a38c97a16d47665833f69a79f (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt
index 8d932c5e79d..677e224e921 100644
--- a/source/blender/imbuf/CMakeLists.txt
+++ b/source/blender/imbuf/CMakeLists.txt
@@ -140,9 +140,9 @@ if(WITH_CODEC_FFMPEG)
add_definitions(-DWITH_FFMPEG)
remove_strict_c_flags_file(
+ intern/anim_movie.c
intern/indexer.c
intern/util.c
- intern/anim_movie.c
)
endif()