This commit is contained in:
2020-08-06 22:30:40 +02:00
parent 0651d8de7a
commit d11ecd0e3f
2 changed files with 34 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ video-infos: video-infos.c Makefile funcs.o v4l2_pr_structs.o
gcc -Wall -g $< ${LOBJ} ../libfloatimg.a -o $@
nc-camcontrol: nc-camcontrol.c Makefile funcs.o v4l2_pr_structs.o
gcc -Wall -g $< ${LOBJ} ../libfloatimg.a -o $@
gcc -Wall -g $< ${LOBJ} ../libfloatimg.a -lcurses -o $@
# ---------------
# external things