From b97c24befe8deaeaf15eecaa482b6500b84ca397 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Mon, 27 May 2019 17:14:56 +0200 Subject: [PATCH] nice renaming of the kluge --- v4l2/Makefile | 2 +- v4l2/{v4l2grab.c => grabvidseq.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename v4l2/{v4l2grab.c => grabvidseq.c} (100%) diff --git a/v4l2/Makefile b/v4l2/Makefile index 6d9f032..f18d3cf 100644 --- a/v4l2/Makefile +++ b/v4l2/Makefile @@ -15,7 +15,7 @@ t: t.c Makefile ${DEPS} funcs.o capture: capture.c Makefile gcc -Wall -g $< -o $@ -v4l2grab: v4l2grab.c Makefile +grabvidseq: grabvidseq.c Makefile gcc -Wall -g $< -lv4l2 -o $@ diff --git a/v4l2/v4l2grab.c b/v4l2/grabvidseq.c similarity index 100% rename from v4l2/v4l2grab.c rename to v4l2/grabvidseq.c