]> git.sesse.net Git - bmusb/commitdiff
Release 0.7.8. master 0.7.8
authorSteinar H. Gunderson <steinar+nageru@gunderson.no>
Tue, 30 Apr 2024 19:48:51 +0000 (21:48 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 30 Apr 2024 19:48:51 +0000 (21:48 +0200)
Makefile
bmusb.cpp

index 1b5860ffa16c7504a05136c45295266b36aea1b9..f21c9ffe4dedd1bfa2bc155828e57271c9bcbf47 100644 (file)
--- 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
 
index ac4314166402fdecc26730b3ed39a83d75ed6a7f..19a9da1aa2c52ca1ed22c980b3c244db405970e6 100644 (file)
--- 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)