[vlc-commits] contrib: check if distribution's ffmpeg is recent enough
Rafaël Carré
git at videolan.org
Sun Apr 15 00:54:38 CEST 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Apr 14 18:53:56 2012 -0400| [43452fac8025d2aa30b4e76682b9108c609db88a] | committer: Rafaël Carré
contrib: check if distribution's ffmpeg is recent enough
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=43452fac8025d2aa30b4e76682b9108c609db88a
---
contrib/src/ffmpeg/rules.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 6d8d638..e91ed35 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -111,7 +111,7 @@ FFMPEG_CFLAGS += --std=gnu99
# Build
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
endif
More information about the vlc-commits
mailing list