From 57b8df010634485c9eb23e7998e003dcc0849e20 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 12 Sep 2019 03:05:15 +0300 Subject: [PATCH] ustreamer min version is 1.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7eed2543..74094d2a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ TESTENV_HID ?= /dev/ttyS10 TESTENV_VIDEO ?= /dev/video0 TESTENV_LOOP ?= /dev/loop7 -USTREAMER_MIN_VERSION ?= 1.3 +USTREAMER_MIN_VERSION ?= 1.4 # =====