head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.52 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.50 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.48 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.46 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.44 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.42 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.40 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.38 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.36 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.34 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.32 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.30 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.28 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.26 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.24 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.22 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.20 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.18 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.16 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.14 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.12 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.10 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.8 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.6 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.4 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2004.01.26.12.53.08; author jmmv; state dead; branches; next 1.3; 1.3 date 2003.12.19.18.25.57; author agc; state Exp; branches; next 1.2; 1.2 date 2002.11.23.22.03.20; author wiz; state dead; branches; next 1.1; 1.1 date 2001.09.23.20.37.35; author tron; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.09.23.20.37.35; author tron; state Exp; branches; next ; desc @@ 1.4 log @mplex moved to the multimedia category. @ text @$NetBSD: patch-ac,v 1.3 2003/12/19 18:25:57 agc Exp $ --- mplex/stillsstream.cc 2003/12/19 18:20:51 1.1 +++ mplex/stillsstream.cc 2003/12/19 18:21:08 @@@@ -22,6 +22,7 @@@@ #include +#include #include "stillsstream.hh" #include "interact.hh" @ 1.3 log @Make this build with gcc3 (use explicitly, rather than relying on implicit inclusion). We might as well use pkgsrc's libtool. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 1.6.0 (from the mjpegtools distribution). Handles multiplexed streams and has (S)VCD support. Update from Ben Collver in PR 19098. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2001/09/23 20:37:35 tron Exp $ d3 4 a6 7 --- inptstrm.c.orig Wed May 31 06:04:11 1995 +++ inptstrm.c @@@@ -1,4 +1,5 @@@@ #include "main.h" +extern int Interactive; /************************************************************************* MPEG Streams Kontrolle d8 2 a9 3 @@@@ -310,6 +311,7 @@@@ fclose (info_file); output_info_video (video_info); d11 2 a12 12 + if( Interactive ) ask_continue (); } @@@@ -565,6 +567,7 @@@@ close_bit_stream_r (&audio_bs); fclose (info_file); output_info_audio (audio_info); + if( Interactive ) ask_continue (); } @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import new "mplex" package: Multiplexes MPEG component streams into system layers This package is based on the package contributed by in PR pkg/14030. @ text @@