From 4bb1928363ca94a65fed6eb38fcadad3446508f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= Date: Wed, 22 Jan 2014 13:43:11 +0100 Subject: [PATCH 10/20] contrib/avcodec: deploy libav --- contrib/src/ffmpeg/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak index 9ddcd83..ae99178 100644 --- a/contrib/src/ffmpeg/rules.mak +++ b/contrib/src/ffmpeg/rules.mak @@ -1,7 +1,7 @@ # FFmpeg #Uncomment the one you want -#USE_LIBAV ?= 1 +USE_LIBAV ?= 1 #USE_FFMPEG ?= 1 ifdef USE_FFMPEG -- 1.9.3 (Apple Git-50)