summaryrefslogtreecommitdiff
path: root/multimedia/gopchop/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz>2005-03-23 19:16:33 +0000
committerwiz <wiz>2005-03-23 19:16:33 +0000
commit507db6f9033c6f8dc08fb6454f77060edb8d38e9 (patch)
treee720d89e25097fcd339ea5da56aa2bcc624b1e95 /multimedia/gopchop/patches/patch-aa
parent38585f99b515a8f94b36e483feddeec242196f2a (diff)
downloadpkgsrc-507db6f9033c6f8dc08fb6454f77060edb8d38e9.tar.gz
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.
Diffstat (limited to 'multimedia/gopchop/patches/patch-aa')
-rw-r--r--multimedia/gopchop/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
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!"