Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2016 19:51:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409683 - head/audio/alsa-plugins/files
Message-ID:  <201602271951.u1RJpmw5012392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb 27 19:51:47 2016
New Revision: 409683
URL: https://svnweb.freebsd.org/changeset/ports/409683

Log:
  audio/alsa-plugins: prepare for ffmpeg 3.0 update
  
  Obtained from:	upstream

Added:
  head/audio/alsa-plugins/files/patch-a52-pcm_a52.c   (contents, props changed)

Added: head/audio/alsa-plugins/files/patch-a52-pcm_a52.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/alsa-plugins/files/patch-a52-pcm_a52.c	Sat Feb 27 19:51:47 2016	(r409683)
@@ -0,0 +1,14 @@
+Author: Anatol Pomozov <anatol.pomozov@gmail.com>
+http://git.alsa-project.org/?p=alsa-plugins.git;a=commitdiff;h=85ead33
+
+--- a52/pcm_a52.c.orig	2015-10-27 13:34:06 UTC
++++ a52/pcm_a52.c
+@@ -39,7 +39,7 @@
+ #endif
+ 
+ #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 34, 0)
+-#include <libavutil/audioconvert.h>
++#include <libavutil/channel_layout.h>
+ #include <libavutil/mem.h>
+ #define USE_AVCODEC_FRAME
+ #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602271951.u1RJpmw5012392>