Skip to content
Snippets Groups Projects
Commit 7740b62c authored by Philippe Gorley's avatar Philippe Gorley Committed by Guillaume Roguez
Browse files

contrib: increase minimum ffmpeg version to 3.3.1


Bump minimum required ffmpeg version in contrib to avoid using outdated
system version.

Change-Id: I50aa8ecea8be355a4fb60eaf35ca3f6224f2a32e
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 8766e700
Branches release/windows-test/201910
Tags
No related merge requests found
...@@ -13,7 +13,7 @@ ifdef HAVE_LINUX ...@@ -13,7 +13,7 @@ ifdef HAVE_LINUX
PKGS += ffmpeg PKGS += ffmpeg
endif endif
ifeq ($(call need_pkg,"libavcodec >= 57.48.101 libavformat >= 57.41.100 libswscale >= 4.1.100 libavdevice >= 57.0.101 libavutil >= 55.28.100"),) ifeq ($(call need_pkg,"libavcodec >= 57.89.100 libavformat >= 57.71.100 libswscale >= 4.6.100 libavdevice >= 57.6.100 libavutil >= 55.58.100"),)
PKGS_FOUND += ffmpeg PKGS_FOUND += ffmpeg
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment