From: Steinar H. Gunderson Date: Sun, 29 Apr 2018 11:10:15 +0000 (+0200) Subject: Release v0.7.2. X-Git-Tag: 0.7.2 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b447be096623b949a2117c71af03bb96d329d988;p=bmusb Release v0.7.2. --- diff --git a/Makefile b/Makefile index b8f47ad..5e8c35b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PREFIX := /usr/local LIB := libbmusb.a SODEV := libbmusb.so SONAME := libbmusb.so.4 -SOLIB := libbmusb.so.4.0.1 +SOLIB := libbmusb.so.4.0.2 all: $(LIB) $(SOLIB) main diff --git a/bmusb.cpp b/bmusb.cpp index 7a1e07a..05bb2a2 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -1,4 +1,4 @@ -// Intensity Shuttle USB3 capture driver, v0.7.1 +// Intensity Shuttle USB3 capture driver, v0.7.2 // 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)