From 3615574c0d8c8564e1e091c8270f19138357777e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 30 Apr 2024 21:48:51 +0200 Subject: [PATCH] Release 0.7.8. --- Makefile | 2 +- bmusb.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1b5860f..f21c9ff 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ UDEVDIR ?= /lib/udev LIB := libbmusb.a SODEV := libbmusb.so SONAME := libbmusb.so.6 -SOLIB := libbmusb.so.6.0.3 +SOLIB := libbmusb.so.6.0.4 all: $(LIB) $(SOLIB) main bmusb-v4l2proxy diff --git a/bmusb.cpp b/bmusb.cpp index ac43141..19a9da1 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -1,4 +1,4 @@ -// Intensity Shuttle USB3 capture driver, v0.7.7 +// Intensity Shuttle USB3 capture driver, v0.7.8 // Can download 8-bit and 10-bit UYVY/v210-ish frames from HDMI, quite stable // (can do captures for hours at a time with no drops), except during startup // 576p60/720p60/1080i60 works, 1080p60 does not work (firmware limitation) -- 2.39.2