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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-04 23:34:37 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-04 23:34:37 +0300
commite4a8a39f9d649a2fc022959ef8bbee147422a38e (patch)
tree4c06d9321caf5fd49f24f622f0e914b1c1561fc8 /source/blender/blenlib
parentb087c8adf2ce7a3fb4709a6e7fe00192a8972e17 (diff)
* silence a warning
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/bpath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/bpath.c b/source/blender/blenlib/intern/bpath.c
index 16eb3ff3865..b907f77e64c 100644
--- a/source/blender/blenlib/intern/bpath.c
+++ b/source/blender/blenlib/intern/bpath.c
@@ -46,6 +46,8 @@
/* for sequence */
//XXX #include "BSE_sequence.h"
+//XXX define below from BSE_sequence.h - otherwise potentially odd behaviour
+#define SEQ_HAS_PATH(seq) (seq->type==SEQ_MOVIE || seq->type==SEQ_HD_SOUND || seq->type==SEQ_RAM_SOUND || seq->type==SEQ_IMAGE)
/* for writing to a textblock */
#include "BKE_text.h"