From 327dca2d848e4c4656be1bfb54a2edf2e6587a71 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 12 Apr 2020 11:14:13 +0200 Subject: [PATCH] Release 0.7.6 (no code changes, Makefile only). --- Makefile | 2 +- bmusb.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 892c2ba..a59e782 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ UDEVDIR ?= /lib/udev LIB := libbmusb.a SODEV := libbmusb.so SONAME := libbmusb.so.6 -SOLIB := libbmusb.so.6.0.1 +SOLIB := libbmusb.so.6.0.2 all: $(LIB) $(SOLIB) main bmusb-v4l2proxy diff --git a/bmusb.cpp b/bmusb.cpp index 48ca258..0169d06 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -1,4 +1,4 @@ -// Intensity Shuttle USB3 capture driver, v0.7.5 +// Intensity Shuttle USB3 capture driver, v0.7.6 // 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