vlc | branch: master | Rafaël Carré <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
