mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
ustreamer min version == 1.5
This commit is contained in:
parent
300d4603ca
commit
f6e02e7219
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ TESTENV_HID ?= /dev/ttyS10
|
||||
TESTENV_VIDEO ?= /dev/video0
|
||||
TESTENV_LOOP ?= /dev/loop7
|
||||
|
||||
USTREAMER_MIN_VERSION ?= 1.4
|
||||
USTREAMER_MIN_VERSION ?= $(shell grep -o 'ustreamer>=.*' PKGBUILD | sed 's/ustreamer>=//g')
|
||||
|
||||
|
||||
# =====
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user