summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klemkow <j.klemkow@wemelug.de>2013-02-01 06:15:38 +0100
committerJan Klemkow <j.klemkow@wemelug.de>2013-02-01 06:15:38 +0100
commit439cfb4b4bdd5b92fa8ab73f0c7ca013c2d598ff (patch)
tree712b40203f921b798374db284289c14ee893c0ea
parent12ef630505620461648bf59202b625205632140b (diff)
downloadadvtime-439cfb4b4bdd5b92fa8ab73f0c7ca013c2d598ff.tar.gz
advtime-439cfb4b4bdd5b92fa8ab73f0c7ca013c2d598ff.tar.bz2
advtime-439cfb4b4bdd5b92fa8ab73f0c7ca013c2d598ff.zip
rename advtime into cuttime
-rw-r--r--src/Makefile8
-rw-r--r--src/cuttime.c (renamed from src/advtime.c)0
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index 2a029c3..ac49233 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,10 +4,10 @@ CFLAGS=-ggdb -std=c99 -Wall -Wstrict-prototypes -Wmissing-prototypes \
LIBAV_DECODE_FLAGS=`pkg-config --libs --cflags libavformat libavcodec \
libavutil libswscale`
-all: advtime overlap decode_frame frame_to_pgm
+all: cuttime overlap decode_frame frame_to_pgm
-advtime: advtime.c video_decode.c util.c
- gcc $(CFLAGS) $(LIBAV_DECODE_FLAGS) advtime.c video_decode.c util.c -o $@
+cuttime: cuttime.c video_decode.c util.c
+ gcc $(CFLAGS) $(LIBAV_DECODE_FLAGS) cuttime.c video_decode.c util.c -o $@
overlap: overlap.c video_decode.c util.c
gcc $(CFLAGS) $(LIBAV_DECODE_FLAGS) overlap.c video_decode.c util.c -o $@
@@ -19,4 +19,4 @@ frame_to_pgm: frame_to_pgm.c video_decode.c
gcc $(CFLAGS) $(LIBAV_DECODE_FLAGS) frame_to_pgm.c video_decode.c -o $@
clean:
- rm -f advtime decode_frame frame_to_pgm
+ rm -f cuttime decode_frame frame_to_pgm
diff --git a/src/advtime.c b/src/cuttime.c
index 1b0fa3d..1b0fa3d 100644
--- a/src/advtime.c
+++ b/src/cuttime.c