ports/x11/ogle/patches/patch-ac3_ac3dec_wrap_c

12 lines
312 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- ac3/ac3dec_wrap.c.orig Mon May 10 13:02:13 2010
+++ ac3/ac3dec_wrap.c Mon May 10 13:02:19 2010
@@ -48,7 +48,7 @@ static int attach_stream_buffer(uint8_t stream_id, uin
static void handle_events(MsgEventQ_t *q, MsgEvent_t *ev);
-static char *program_name;
+char *program_name;
static FILE *outfile;