3d7db94440
Additionally: * Mark it as also working with libdvdread 4.1.3 * Add comments to the patches * Add LICENSE=gnu-gpl-v2 This fixes all pkglint warnings. OK'ed by wiz@
15 lines
367 B
Text
15 lines
367 B
Text
$NetBSD: patch-ac,v 1.2 2012/04/07 08:28:45 he Exp $
|
|
|
|
Make program_name a global.
|
|
|
|
--- ac3/ac3dec_wrap.c.orig 2003-03-02 15:50:03.000000000 +0000
|
|
+++ ac3/ac3dec_wrap.c
|
|
@@ -48,7 +48,7 @@ static int attach_stream_buffer(uint8_t
|
|
static void handle_events(MsgEventQ_t *q, MsgEvent_t *ev);
|
|
|
|
|
|
-static char *program_name;
|
|
+char *program_name;
|
|
|
|
static FILE *outfile;
|
|
|