Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 12:56:27 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368557 - in head/multimedia/mplayer2: . files
Message-ID:  <201409191256.s8JCuSnK008146@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Fri Sep 19 12:56:27 2014
New Revision: 368557
URL: http://svnweb.freebsd.org/changeset/ports/368557
QAT: https://qat.redports.org/buildarchive/r368557/

Log:
  - Fix build after recent ffmpeg update
  - Bump PORTREVISION

Added:
  head/multimedia/mplayer2/files/patch-libmpdemux-demuxer.h   (contents, props changed)
Modified:
  head/multimedia/mplayer2/Makefile

Modified: head/multimedia/mplayer2/Makefile
==============================================================================
--- head/multimedia/mplayer2/Makefile	Fri Sep 19 12:49:04 2014	(r368556)
+++ head/multimedia/mplayer2/Makefile	Fri Sep 19 12:56:27 2014	(r368557)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mplayer2
 PORTVERSION=	${MPLAYER2_PORT_VERSION}
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	multimedia audio
 MASTER_SITES=	LOCAL/gblach/
 

Added: head/multimedia/mplayer2/files/patch-libmpdemux-demuxer.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/mplayer2/files/patch-libmpdemux-demuxer.h	Fri Sep 19 12:56:27 2014	(r368557)
@@ -0,0 +1,11 @@
+--- libmpdemux/demuxer.h.orig	2014-09-19 05:04:22.000000000 +0200
++++ libmpdemux/demuxer.h	2014-09-19 05:01:57.000000000 +0200
+@@ -121,7 +121,7 @@
+ #define SEEK_BACKWARD (1 << 3)
+ 
+ // demux_lavf can pass lavf buffers using FF_INPUT_BUFFER_PADDING_SIZE instead
+-#define MP_INPUT_BUFFER_PADDING_SIZE 16
++#define MP_INPUT_BUFFER_PADDING_SIZE 32
+ 
+ typedef struct demux_stream {
+     int buffer_pos;        // current buffer position



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