From ce2ef38c40690beea4a9c8b24b66fcaf68bd05a9 Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Sun, 11 Feb 2024 17:47:19 +0100 Subject: [PATCH] use of new SVBONY Camera needs to be linked against libusb --- Makefile.rules.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules.linux b/Makefile.rules.linux index 6fd0f25..a96c55a 100644 --- a/Makefile.rules.linux +++ b/Makefile.rules.linux @@ -17,7 +17,7 @@ OBJECTS = # ifeq ($(USE_SVBONY),1) CPPFLAGS := $(CPPFLAGS) -I/usr/local/include -LDFLAGS := $(LDFLAGS) -lSVBCameraSDK -L/usr/local/lib +LDFLAGS := $(LDFLAGS) -lSVBCameraSDK -L/usr/local/lib `pkg-config --libs libusb-1.0` OBJECTS := $(OBJECTS) videodev-svbcam.oo endif #