From 954239e53d2615a2713fee71fa4923ca671b5eea 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 09/19] 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 0ad6ac6..56fd34f 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)