freebsd-ports/multimedia/ogle/files/patch-ac3-ac3dec_wrap.c
Pav Lucistnik 11e5683631 - Fix build with GCC 4.2
Submitted by:	Nikos Ntarmos <ntarmos@ceid.upatras.gr>
Obtained from:	http://lists.freebsd.org/pipermail/freebsd-multimedia/2007-June/007012.html
2007-07-04 19:16:56 +00:00

11 lines
257 B
C

--- ac3/ac3dec_wrap.c.orig Sun Mar 2 16:50:03 2003
+++ ac3/ac3dec_wrap.c Wed Jul 4 21:14:18 2007
@@ -48,7 +48,7 @@
static void handle_events(MsgEventQ_t *q, MsgEvent_t *ev);
-static char *program_name;
+char *program_name;
static FILE *outfile;