[Lunar-commits] <moonbase-other> mplayer2: Need to change the padding size, make fails with it to small.
Dennis Veatch
dennisveatch at bellsouth.net
Tue Sep 16 12:01:31 CEST 2014
commit 75e3e05fef2b0c287e5d614c1a9b0e7d86983a32
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 16 Sep 2014 06:00:57 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/75e3e05fef2b0c287e5d614c1a9b0e7d86983a32
mplayer2: Need to change the padding size, make fails with it to small.
---
video/mplayer2/BUILD | +4/-0
1 file changed, 4 insertions(+)
--- a/video/mplayer2/BUILD
+++ b/video/mplayer2/BUILD
@@ -1,4 +1,8 @@
+# Current version of ffmpeg has changed this and mplayer2 make will fail
+# on to small a buffer.
+ sedit "s:PADDING_SIZE 16:PADDING_SIZE 32:" libmpdemux/demuxer.h &&
+
./configure --target=$BUILD \
--prefix=/usr \
--confdir=/etc \
More information about the Lunar-commits
mailing list