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>2021-03-16 20:47:23 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-03-16 20:56:44 +0300
commit04e1feb83051f75317309ec3659b9263a99dbd7e (patch)
treec2e71b1f62233b04bfab8f6f307e6d1838e8daa2 /source/blender/sequencer/CMakeLists.txt
parente4f347783320d83e43bc650020013e19b2f22c7f (diff)
VSE: Automatic proxy building
Build proxies automatically when added to sequencer timeline and when switching preview size. This behavior can be disabled in user preferences. Reviewed By: sergey, fsiddi Differential Revision: https://developer.blender.org/D10363
Diffstat (limited to 'source/blender/sequencer/CMakeLists.txt')
-rw-r--r--source/blender/sequencer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/sequencer/CMakeLists.txt b/source/blender/sequencer/CMakeLists.txt
index 82e303806b3..9d9553ed858 100644
--- a/source/blender/sequencer/CMakeLists.txt
+++ b/source/blender/sequencer/CMakeLists.txt
@@ -72,6 +72,7 @@ set(SRC
intern/multiview.h
intern/prefetch.c
intern/prefetch.h
+ intern/proxy_job.c
intern/proxy.c
intern/proxy.h
intern/render.c