From 9ac2f48185532fa38d941479814735600334ff1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= Date: Mon, 9 May 2016 11:49:20 +0200 Subject: [PATCH 13/17] contrib/avcodec: enforce use of FFmpeg --- contrib/src/ffmpeg/rules.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak index a266389..b103de7 100644 --- a/contrib/src/ffmpeg/rules.mak +++ b/contrib/src/ffmpeg/rules.mak @@ -2,10 +2,10 @@ #Uncomment the one you want #USE_LIBAV ?= 1 -#USE_FFMPEG ?= 1 +USE_FFMPEG ?= 1 ifdef USE_FFMPEG -HASH=HEAD +HASH=68b8505d FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(HASH);sf=tgz FFMPEG_GITURL := git://git.videolan.org/ffmpeg.git else -- 2.8.4