ericmckean / game-music-emu

Automatically exported from code.google.com/p/game-music-emu
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Adding support for VGZ files #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As you guys know, VGZ are simply gzipped versions of VGM files. Through zlib, 
these can be added to the list of filetypes supported by libgme.

Original issue reported on code.google.com by mihai.draghicioiu@gmail.com on 18 Apr 2011 at 8:47

GoogleCodeExporter commented 9 years ago
Yes, and rsn files are rar archives of spc files. But I'm certainly not going 
to make GME dependent upon rar! My position on this is that if someone wants a 
program that will play VGZ files, they can make use of both GME and zlib from 
that program. Pipe and filter. There's no reason to make GME dependent upon 
zlib.

If someone wants to argue the point, they are welcome to do so with on this 
issue or with a new one.

Original comment by reilith...@gmail.com on 6 Mar 2012 at 11:22