From owner-svn-ports-head@FreeBSD.ORG Fri Oct 25 16:52:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0ECB7750; Fri, 25 Oct 2013 16:52:54 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0C182368; Fri, 25 Oct 2013 16:52:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9PGqroO043984; Fri, 25 Oct 2013 16:52:53 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9PGqrK2043983; Fri, 25 Oct 2013 16:52:53 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310251652.r9PGqrK2043983@svn.freebsd.org> From: William Grzybowski Date: Fri, 25 Oct 2013 16:52:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331613 - head/audio/xmms2/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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 16:52:54 -0000 Author: wg Date: Fri Oct 25 16:52:53 2013 New Revision: 331613 URL: http://svnweb.freebsd.org/changeset/ports/331613 Log: audio/xmms2: fix build with newer ffmpeg - Fix build with newer ffmpeg Reported by: Wolfgang Riegler Approved by: maintainer Added: head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c (contents, props changed) Added: head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c Fri Oct 25 16:52:53 2013 (r331613) @@ -0,0 +1,13 @@ +--- src/plugins/avcodec/avcodec.c.orig 2013-10-25 14:04:33.493859184 -0200 ++++ src/plugins/avcodec/avcodec.c 2013-10-25 14:08:39.342858585 -0200 +@@ -28,6 +28,10 @@ + + #define AVCODEC_BUFFER_SIZE 16384 + ++#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE ++#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio ++#endif ++ + typedef struct { + AVCodecContext *codecctx; +