From owner-svn-ports-all@freebsd.org Sat Feb 27 19:51:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EA2CAB73AF; Sat, 27 Feb 2016 19:51:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F03187B; Sat, 27 Feb 2016 19:51:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1RJpmpg012393; Sat, 27 Feb 2016 19:51:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1RJpmw5012392; Sat, 27 Feb 2016 19:51:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602271951.u1RJpmw5012392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 27 Feb 2016 19:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409683 - head/audio/alsa-plugins/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2016 19:51:49 -0000 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 +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 ++#include + #include + #define USE_AVCODEC_FRAME + #endif