svn commit: r368557 - in head/multimedia/mplayer2: . files

Grzegorz Blach gblach at FreeBSD.org
Fri Sep 19 12:56:28 UTC 2014


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


More information about the svn-ports-head mailing list