- 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
This commit is contained in:
Pav Lucistnik 2007-07-04 19:16:56 +00:00
parent 1e290c5bf7
commit 11e5683631
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194936

View File

@ -0,0 +1,11 @@
--- 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;