Commit 43452fac authored by Rafaël Carré's avatar Rafaël Carré

contrib: check if distribution's ffmpeg is recent enough

parent fd9f59ec
...@@ -111,7 +111,7 @@ FFMPEG_CFLAGS += --std=gnu99 ...@@ -111,7 +111,7 @@ FFMPEG_CFLAGS += --std=gnu99
# Build # Build
PKGS += ffmpeg PKGS += ffmpeg
ifeq ($(call need_pkg,"libavcodec libavformat libswscale"),) ifeq ($(call need_pkg,"libavcodec >= 52.25.0 libavformat >= 52.30.0 libswscale"),)
PKGS_FOUND += ffmpeg PKGS_FOUND += ffmpeg
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment