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>2021-08-16 16:19:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-16 16:19:54 +0300
commit394a0b0da5b899944d33a38c9ff01e03dc370f2a (patch)
tree29d6fe5b30b9ff32922e69e1dbe0875e31d177cd /source/blender/sequencer/intern/strip_add.c
parent118946d1953fb4e1bfd978d5ecef3151b98880a1 (diff)
Fix building without audaspace
Diffstat (limited to 'source/blender/sequencer/intern/strip_add.c')
-rw-r--r--source/blender/sequencer/intern/strip_add.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/sequencer/intern/strip_add.c b/source/blender/sequencer/intern/strip_add.c
index cc70cc38ebb..27e92550bbb 100644
--- a/source/blender/sequencer/intern/strip_add.c
+++ b/source/blender/sequencer/intern/strip_add.c
@@ -463,7 +463,8 @@ Sequence *SEQ_add_sound_strip(Main *bmain,
Sequence *SEQ_add_sound_strip(Main *UNUSED(bmain),
Scene *UNUSED(scene),
ListBase *UNUSED(seqbase),
- SeqLoadData *UNUSED(load_data))
+ SeqLoadData *UNUSED(load_data),
+ const double UNUSED(audio_offset))
{
return NULL;
}