From 56dd525ce47c4d65300913c13d386f932ea329ed Mon Sep 17 00:00:00 2001
From: philippegorley <philippe.gorley@savoirfairelinux.com>
Date: Thu, 1 Jun 2017 12:04:40 -0400
Subject: [PATCH] libav contrib bump

Bumps up libav to match the FFmpeg bump. Includes many bug fixes. Full
list of changes here:
https://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v12.1

Change-Id: Ieca119af8d56eed45184378080c710285fb60b1c
Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
---
 contrib/src/libav/rules.mak | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/contrib/src/libav/rules.mak b/contrib/src/libav/rules.mak
index 6ac57aa539..9f51348681 100644
--- a/contrib/src/libav/rules.mak
+++ b/contrib/src/libav/rules.mak
@@ -1,5 +1,4 @@
-#Libav 11-1 (git version packaged for ubuntu  14.10)
-LIBAV_HASH := f851477889ae48e2f17073cf7486e1d5561b7ae4
+LIBAV_HASH := v12.1
 LIBAV_URL := https://git.libav.org/?p=libav.git;a=snapshot;h=$(LIBAV_HASH);sf=tgz
 
 ifndef HAVE_LINUX
-- 
GitLab