ustreamer min version == 1.5

This commit is contained in:
Devaev Maxim
2019-09-19 07:01:06 +03:00
parent 300d4603ca
commit f6e02e7219
2 changed files with 2 additions and 2 deletions

View File

@@ -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')
# =====