From 4d2a22c9d5f3c8a5d2e948bc4afba85b4735d9e6 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 30 Nov 2023 22:09:54 +0100 Subject: [PATCH] Release 0.7.7 (no code changes, Makefile only). --- Makefile | 2 +- bmusb.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f7a54c8..1b5860f 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.2 +SOLIB := libbmusb.so.6.0.3 all: $(LIB) $(SOLIB) main bmusb-v4l2proxy diff --git a/bmusb.cpp b/bmusb.cpp index 0169d06..ac43141 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -1,4 +1,4 @@ -// Intensity Shuttle USB3 capture driver, v0.7.6 +// Intensity Shuttle USB3 capture driver, v0.7.7 // 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