16 lines
367 B
Plaintext
16 lines
367 B
Plaintext
$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;
|
|
|