aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-14 09:32:50 +0100
committerMattias Andrée <maandree@kth.se>2017-01-14 09:32:50 +0100
commit20df4601a67609c39be0d87239a9eaac78594850 (patch)
tree21a874aea6c63d1dc9c88c40a3650e2cb0fe0961 /examples
parentblind-from-video and blind-split: add -L (diff)
downloadblind-20df4601a67609c39be0d87239a9eaac78594850.tar.gz
blind-20df4601a67609c39be0d87239a9eaac78594850.tar.bz2
blind-20df4601a67609c39be0d87239a9eaac78594850.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--examples/split/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/split/Makefile b/examples/split/Makefile
index 2575dd6..8e96b9b 100644
--- a/examples/split/Makefile
+++ b/examples/split/Makefile
@@ -1,11 +1,11 @@
-INPUT_VIDEO = '<please select a video file as INPUT_VIDEO>'
+INPUT_VIDEO = <please select a video file as INPUT_VIDEO>
SHELL = bash
# We need Bash's process substitution operator >()
# because we want to convert the files back to a
# cooked format, because raw takes a serious amount
# of space. It is of course also possible to use
-# FIFO:s.
+# FIFO:s (if you know what you are doing).
DRAFT = -d
# Useful for better performance when not working