From 3a0cd27f78beadddff62fd14c4273d202fe932fe Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 25 Oct 2002 08:12:42 +0000 Subject: add tosvcd 0.7 SVCD transcoder --- graphics/tosvcd/files/patch-tosvcd.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 graphics/tosvcd/files/patch-tosvcd.c (limited to 'graphics/tosvcd/files/patch-tosvcd.c') diff --git a/graphics/tosvcd/files/patch-tosvcd.c b/graphics/tosvcd/files/patch-tosvcd.c new file mode 100644 index 000000000000..0400030a1fc7 --- /dev/null +++ b/graphics/tosvcd/files/patch-tosvcd.c @@ -0,0 +1,22 @@ +--- tosvcd.c.orig Fri Oct 25 12:15:12 2002 ++++ tosvcd.c Fri Oct 25 12:16:27 2002 +@@ -29,9 +29,8 @@ + #include + #include + #include +-#include + #include +-#include ++#include + #include + + +@@ -1322,7 +1321,7 @@ + // catch all signals + //--------------------------------------------------- + #if 1 +- for (int i = 0; i < _NSIG; ++i) { ++ for (int i = 0; i < NSIG; ++i) { + if (i != SIGABRT) + signal(i, catchSignal); + } -- cgit v1.2.3