aboutsummaryrefslogtreecommitdiffstats
path: root/examples/split
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-14 10:05:50 +0100
committerMattias Andrée <maandree@kth.se>2017-01-14 10:06:45 +0100
commit9783831e37ca5718e20259be70c23e229d3583c4 (patch)
tree6b40fd7a0337be63a8849a22a893c2f1dc76304f /examples/split
parentblind-split: fix error check (diff)
downloadblind-9783831e37ca5718e20259be70c23e229d3583c4.tar.gz
blind-9783831e37ca5718e20259be70c23e229d3583c4.tar.bz2
blind-9783831e37ca5718e20259be70c23e229d3583c4.tar.xz
Fix offset bug in blind-reverse and add example
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'examples/split')
-rw-r--r--examples/split/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/split/Makefile b/examples/split/Makefile
index 8e96b9b..4f3038c 100644
--- a/examples/split/Makefile
+++ b/examples/split/Makefile
@@ -1,4 +1,4 @@
-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 >()