Skip to content
Snippets Groups Projects
Commit ccc74d92 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

contrib: relax libav requirements

Change-Id: I1c8b253d14043a66f05bac460c31384cf929e7fe
Refs: #46617
parent 26a88145
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ endif
# Build
PKGS += libav
ifeq ($(call need_pkg,"libavcodec >= 54.25.0 libavformat >= 53.21.0 libswscale libavutil >= 52.9"),)
ifeq ($(call need_pkg,"libavcodec >= 53.5.0 libavformat >= 53.2.0 libswscale libavdevice >= 53.0.0 libavutil >= 51.0.0"),)
PKGS_FOUND += libav
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment