ajout d'un chronometre

This commit is contained in:
2019-05-28 12:10:55 +02:00
parent b5016d74e6
commit 862ab2a30e
3 changed files with 9 additions and 2 deletions

View File

@@ -16,6 +16,6 @@ capture: capture.c Makefile
gcc -Wall -g $< -o $@
grabvidseq: grabvidseq.c Makefile
gcc -Wall -g $< -lv4l2 -o $@
gcc -Wall -g $< ../libfloatimg.a -lv4l2 -o $@