head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.36 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.34 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.32 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.30 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.26 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.24 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.22 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.20 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.18 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.16 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.14 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.6 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.4 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.2 pkgsrc-2005Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2006.01.25.08.09.12; author xtraeme; state dead; branches; next 1.1; 1.1 date 2005.05.28.00.05.39; author reed; state Exp; branches; next ; desc @@ 1.2 log @Update mjpegtools/mplex to 1.8.0. Some changes: * Modularised input handling for MPEG compression tools. * movtar read/write support * MJPEG playback in software, and experimental MJPEG hardware overlay playback (see mjpeg/) * mpeg2enc _much_ improved! @ text @$NetBSD: patch-ar,v 1.1 2005/05/28 00:05:39 reed Exp $ error: array bound forbidden after parenthesized type-id --- ./mpeg2enc/picture.cc.orig Fri May 27 16:01:27 2005 +++ ./mpeg2enc/picture.cc Fri May 27 16:01:57 2005 @@@@ -83,9 +83,9 @@@@ } - curref = new (uint8_t *)[5]; - curorg = new (uint8_t *)[5]; - pred = new (uint8_t *)[5]; + curref = new uint8_t *[5]; + curorg = new uint8_t *[5]; + pred = new uint8_t *[5]; for( i = 0 ; i<3; i++) { @ 1.1 log @Add patches to get around these errors: error: label at end of compound statement error: array bound forbidden after parenthesized type-id This was noticed on FreeBSD 5.4-STABLE with gcc 3.4.2. Also test build under NetBSD 1.6.2_STABLE with gcc 2.95.3 and Linux with gcc 3.3.5. No PKGREVISION bump since this should not change anything. This package does not have a maintainer. @ text @d1 1 a1 1 $NetBSD$ @