commit 20df4601a67609c39be0d87239a9eaac78594850
parent 31660ca5df7e1a906defdab36823aa8791025a61
Author: Mattias Andrée <maandree@kth.se>
Date: Sat, 14 Jan 2017 09:32:50 +0100
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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