diff options
Diffstat (limited to 'gst/nsf/osd.h')
-rw-r--r-- | gst/nsf/osd.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/gst/nsf/osd.h b/gst/nsf/osd.h index 0a2bb64a..bd63a015 100644 --- a/gst/nsf/osd.h +++ b/gst/nsf/osd.h @@ -79,10 +79,8 @@ extern void osd_shutdown(void); /* ** $Log$ -** Revision 1.1 2006/07/13 15:07:28 wtay -** Based on patches by: Johan Dahlin <johan at gnome dot org> -** Ronald Bultje <rbultje at ronald dot bitfreak dot net> -** * configure.ac: +** Revision 1.2 2008/03/25 15:56:12 slomo +** Patch by: Andreas Henriksson <andreas at fatal dot set> ** * gst/nsf/Makefile.am: ** * gst/nsf/dis6502.h: ** * gst/nsf/fds_snd.c: @@ -90,7 +88,6 @@ extern void osd_shutdown(void); ** * gst/nsf/fmopl.c: ** * gst/nsf/fmopl.h: ** * gst/nsf/gstnsf.c: -** * gst/nsf/gstnsf.h: ** * gst/nsf/log.c: ** * gst/nsf/log.h: ** * gst/nsf/memguard.c: @@ -109,7 +106,13 @@ extern void osd_shutdown(void); ** * gst/nsf/vrc7_snd.h: ** * gst/nsf/vrcvisnd.c: ** * gst/nsf/vrcvisnd.h: -** Added NSF decoder plugin. Fixes 151192. +** Update our internal nosefart to nosefart-2.7-mls to fix segfaults +** on some files. Fixes bug #498237. +** Remove some // comments, fix some compiler warnings and use pow() +** instead of a slow, selfmade implementation. +** +** Revision 1.1 2003/04/08 20:46:46 ben +** add new input for NES music file. ** ** Revision 1.7 2000/07/04 04:45:33 matt ** moved INLINE define into types.h @@ -121,3 +124,4 @@ extern void osd_shutdown(void); ** initial revision ** */ + |