summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-11-01 19:40:08 +0000
committerjoerg <joerg@pkgsrc.org>2012-11-01 19:40:08 +0000
commit0e078f3970e6fc75deb0c01041ea2852085e551c (patch)
tree7b3fd0e89119285f1b28eca3ecea6842bd88baa1 /multimedia/mpeg_encode/patches
parent3d1bfc305e46d377bba816105e44d5e565be7c12 (diff)
downloadpkgsrc-0e078f3970e6fc75deb0c01041ea2852085e551c.tar.gz
ISO says that main shall not be void.
Diffstat (limited to 'multimedia/mpeg_encode/patches')
-rw-r--r--multimedia/mpeg_encode/patches/patch-ah10
1 files changed, 7 insertions, 3 deletions
diff --git a/multimedia/mpeg_encode/patches/patch-ah b/multimedia/mpeg_encode/patches/patch-ah
index 079b6605f5d..4da9715e4bd 100644
--- a/multimedia/mpeg_encode/patches/patch-ah
+++ b/multimedia/mpeg_encode/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.2 2007/07/30 10:25:42 joerg Exp $
+$NetBSD: patch-ah,v 1.3 2012/11/01 19:40:08 joerg Exp $
--- ../convert/eyuvtojpeg.c.orig 1995-04-14 21:16:52.000000000 +0000
+++ ../convert/eyuvtojpeg.c
@@ -11,8 +11,12 @@ $NetBSD: patch-ah,v 1.2 2007/07/30 10:25:42 joerg Exp $
typedef unsigned char uint8;
-@@ -46,8 +46,9 @@ void AllocYCC(void);
- void main(int argc, char **argv)
+@@ -43,11 +43,12 @@ void ReadYUV(FILE *fp);
+ void AllocYCC(void);
+
+
+-void main(int argc, char **argv)
++int main(int argc, char **argv)
{
FILE *fpointer;
- char command[256];