diff options
author | Tom Martin <slarti@gentoo.org> | 2004-07-13 08:46:17 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-07-13 08:46:17 +0000 |
commit | a3e5140475dbcbb8671cbbe12967bae5ec4fe113 (patch) | |
tree | 9b6c9f5efeae27e5ff48c0f36a9f3bfe6028c7c6 /media-video/dvdauthor/files | |
parent | x11-plugins/wmapmload-0.3.3 stable on x86 (diff) | |
download | historical-a3e5140475dbcbb8671cbbe12967bae5ec4fe113.tar.gz historical-a3e5140475dbcbb8671cbbe12967bae5ec4fe113.tar.bz2 historical-a3e5140475dbcbb8671cbbe12967bae5ec4fe113.zip |
Fixed epatch lines to close bug 56870, renamed that gcc34 patch to be consistent with the patch naming policy.
Diffstat (limited to 'media-video/dvdauthor/files')
-rw-r--r-- | media-video/dvdauthor/files/dvdauthor-0.6.10-gcc34.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-video/dvdauthor/files/dvdauthor-0.6.10-gcc34.patch b/media-video/dvdauthor/files/dvdauthor-0.6.10-gcc34.patch new file mode 100644 index 000000000000..360289e03b62 --- /dev/null +++ b/media-video/dvdauthor/files/dvdauthor-0.6.10-gcc34.patch @@ -0,0 +1,10 @@ +--- src/dvdvob.c.orig 2004-05-18 14:47:22.102601912 -0400 ++++ src/dvdvob.c 2004-05-18 14:47:33.434879144 -0400 +@@ -1149,6 +1149,7 @@ + fprintf(stderr,"\n"); + ach->audpts[ach->numaudpts-1].pts[1]=pts0; + noshow: ++; + } + ach->audpts[ach->numaudpts].pts[0]=pts0; + ach->audpts[ach->numaudpts].pts[1]=pts1; |