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:
authorTon Roosendaal <ton@blender.org>2006-07-07 13:39:37 +0400
committerTon Roosendaal <ton@blender.org>2006-07-07 13:39:37 +0400
commitb4e787cb5cdb3b128e0ed3c46222c8ed31939e06 (patch)
treee96aade283dcc1eebfd4256e76413bf0017b86f2 /source/blender/src/editseq.c
parentb709a08abc01ee6763e537bb7d9a024e9110119f (diff)
Cosmetic change: the FFMPEG options for HD sound/movie are hidden behind
the #ifdef now, so it won't arise questionmarks in releases.
Diffstat (limited to 'source/blender/src/editseq.c')
-rw-r--r--source/blender/src/editseq.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/src/editseq.c b/source/blender/src/editseq.c
index 904bb3bbafd..8921718c4f2 100644
--- a/source/blender/src/editseq.c
+++ b/source/blender/src/editseq.c
@@ -1230,9 +1230,13 @@ void add_sequence(int type)
event= pupmenu("Add Sequence Strip%t"
"|Images%x1"
"|Movie%x102"
- "|Movie + Audio (HD)%x105"
+#ifdef WITH_FFMPEG
+ "|Movie + Audio (HD)%x105"
"|Audio (RAM)%x103"
"|Audio (HD)%x104"
+#else
+ "|Audio (Wav)%x103"
+#endif
"|Scene%x101"
"|Plugin%x10"
"|Cross%x2"