diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-14 10:05:50 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-14 10:06:45 +0100 |
| commit | 9783831e37ca5718e20259be70c23e229d3583c4 (patch) | |
| tree | 6b40fd7a0337be63a8849a22a893c2f1dc76304f /examples/split/Makefile | |
| parent | blind-split: fix error check (diff) | |
| download | blind-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/Makefile')
| -rw-r--r-- | examples/split/Makefile | 2 |
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 >() |
