From 507db6f9033c6f8dc08fb6454f77060edb8d38e9 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 23 Mar 2005 19:16:33 +0000 Subject: Initial import of gopchop-1.1.3: This tool is used for people wanting to take sections out of MPEG2-PS files without re-encoding the resulting frames. The idea is to write specific "Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will decode correctly (in theory), and the gaps won't be noticed. I wrote this tool to edit commercials out of MPEG2 files produced by my KFir MPEG2 capture card. Using this tool for anything else is really beyond the scope of its design. --- multimedia/gopchop/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 multimedia/gopchop/patches/patch-aa (limited to 'multimedia/gopchop/patches/patch-aa') diff --git a/multimedia/gopchop/patches/patch-aa b/multimedia/gopchop/patches/patch-aa new file mode 100644 index 00000000000..059c42617fd --- /dev/null +++ b/multimedia/gopchop/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/03/23 19:16:33 wiz Exp $ + +--- include/GOPchop.h.orig 2003-04-27 06:13:19.000000000 +0200 ++++ include/GOPchop.h +@@ -50,7 +50,7 @@ + #endif + + /* figure out off_t formatting */ +-#if _FILE_OFFSET_BITS==64 ++#if _FILE_OFFSET_BITS==64 || defined(__NetBSD__) + # define OFF_T_FORMAT "llu" + #else + # warning "Not compiling for large file (>2G) support!" -- cgit v1.2.3