aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor
diff options
context:
space:
mode:
authorPierre Beyssac <pb@FreeBSD.org>2004-08-11 17:58:45 +0000
committerPierre Beyssac <pb@FreeBSD.org>2004-08-11 17:58:45 +0000
commite38b9114e6b8b77134b6b9b3e59aac6e9b7ffe8f (patch)
tree64be29f41b4c50d8b02e80b26f165ff06c97f67d /multimedia/dvdauthor
parentacf733a270156399d75e32c39f700fe0c75d2b4c (diff)
downloadports-e38b9114e6b8b77134b6b9b3e59aac6e9b7ffe8f.tar.gz
ports-e38b9114e6b8b77134b6b9b3e59aac6e9b7ffe8f.zip
Notes
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r--multimedia/dvdauthor/files/patch-dvdvob.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/dvdauthor/files/patch-dvdvob.c b/multimedia/dvdauthor/files/patch-dvdvob.c
new file mode 100644
index 000000000000..0d867f240e4b
--- /dev/null
+++ b/multimedia/dvdauthor/files/patch-dvdvob.c
@@ -0,0 +1,11 @@
+--- src/dvdvob.c.orig Sun Mar 14 22:13:26 2004
++++ src/dvdvob.c Wed Aug 11 19:52:52 2004
+@@ -1148,7 +1148,7 @@
+ printpts(pts1);
+ fprintf(stderr,"\n");
+ ach->audpts[ach->numaudpts-1].pts[1]=pts0;
+- noshow:
++ noshow:;
+ }
+ ach->audpts[ach->numaudpts].pts[0]=pts0;
+ ach->audpts[ach->numaudpts].pts[1]=pts1;