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:
authorRichard Antalik <richardantalik@gmail.com>2020-11-16 07:02:30 +0300
committerRichard Antalik <richardantalik@gmail.com>2020-11-16 07:02:30 +0300
commit01db805a82129a27b1408d62417c40b0717228dc (patch)
tree53645581058b7d15db1aab11f684edbd0fb655fc /source/blender/sequencer/CMakeLists.txt
parent52a189936b697164db7349fdc1de017108f0a9eb (diff)
Cleanup: split sequencer.c file
Move most functions into separate files. File sequencer.c is reserved for alloc, free and duplicating functions. There should be no functional changes.
Diffstat (limited to 'source/blender/sequencer/CMakeLists.txt')
-rw-r--r--source/blender/sequencer/CMakeLists.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/source/blender/sequencer/CMakeLists.txt b/source/blender/sequencer/CMakeLists.txt
index 9efe23dd8c4..18755e7e6bc 100644
--- a/source/blender/sequencer/CMakeLists.txt
+++ b/source/blender/sequencer/CMakeLists.txt
@@ -46,16 +46,33 @@ set(INC_SYS
set(SRC
SEQ_sequencer.h
+ intern/clipboard.c
intern/effects.c
+ intern/effects.h
intern/image_cache.c
+ intern/image_cache.h
+ intern/iterator.c
intern/modifier.c
+ intern/multiview.c
+ intern/multiview.h
intern/prefetch.c
+ intern/prefetch.h
intern/proxy.c
intern/proxy.h
intern/render.c
intern/render.h
intern/sequencer.c
intern/sequencer.h
+ intern/sound.c
+ intern/strip_add.c
+ intern/strip_edit.c
+ intern/strip_relations.c
+ intern/strip_select.c
+ intern/strip_time.c
+ intern/strip_time.h
+ intern/strip_transform.c
+ intern/utils.c
+ intern/utils.h
)
set(LIB