[Bf-blender-cvs] [2e4a1a70da4] blender-v3.1-release: Fix building with audaspace disabled

Campbell Barton noreply at git.blender.org
Tue Feb 1 03:34:30 CET 2022


Commit: 2e4a1a70da475c7a9b5caf716ceff622b4161a5c
Author: Campbell Barton
Date:   Tue Feb 1 13:33:50 2022 +1100
Branches: blender-v3.1-release
https://developer.blender.org/rB2e4a1a70da475c7a9b5caf716ceff622b4161a5c

Fix building with audaspace disabled

===================================================================

M	source/blender/sequencer/intern/strip_add.c

===================================================================

diff --git a/source/blender/sequencer/intern/strip_add.c b/source/blender/sequencer/intern/strip_add.c
index 93950782295..be29dcfcd0c 100644
--- a/source/blender/sequencer/intern/strip_add.c
+++ b/source/blender/sequencer/intern/strip_add.c
@@ -361,8 +361,7 @@ Sequence *SEQ_add_sound_strip(Main *bmain, Scene *scene, ListBase *seqbase, SeqL
 Sequence *SEQ_add_sound_strip(Main *UNUSED(bmain),
                               Scene *UNUSED(scene),
                               ListBase *UNUSED(seqbase),
-                              SeqLoadData *UNUSED(load_data),
-                              const double UNUSED(audio_offset))
+                              SeqLoadData *UNUSED(load_data))
 {
   return NULL;
 }



More information about the Bf-blender-cvs mailing list