diff options
Diffstat (limited to 'extra/ogle/gcc4.patch')
-rw-r--r-- | extra/ogle/gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/ogle/gcc4.patch b/extra/ogle/gcc4.patch new file mode 100644 index 000000000..b6a10a325 --- /dev/null +++ b/extra/ogle/gcc4.patch @@ -0,0 +1,12 @@ +diff -urN ogle-0.9.2-old/ac3/ac3dec_wrap.c ogle-0.9.2/ac3/ac3dec_wrap.c +--- ogle-0.9.2-old/ac3/ac3dec_wrap.c 2003-03-02 15:50:03.000000000 +0000 ++++ ogle-0.9.2/ac3/ac3dec_wrap.c 2005-09-30 17:07:27.000000000 +0000 +@@ -48,7 +48,7 @@ + static void handle_events(MsgEventQ_t *q, MsgEvent_t *ev); + + +-static char *program_name; ++char *program_name; + + static FILE *outfile; + |