svn commit: r409683 - head/audio/alsa-plugins/files

Jan Beich jbeich at FreeBSD.org
Sat Feb 27 19:51:49 UTC 2016


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 at 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


More information about the svn-ports-head mailing list