aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/wildmidi_decoder_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov2012-06-121-0/+1
| | | | | | | g_file_test is redefined to be g_file_test_utf8 and thus can't handle non-ASCII characters. This fix adds simple wrapper (taken from glib) that fixes encoding and calls g_file_test_utf8. All required inclusions of glib_compat.h are added as well.
* Merge release 0.15.12 from branch 'v0.15.x'Max Kellermann2010-07-201-0/+4
| | | | | | Conflicts: NEWS configure.ac
* decoder/wildmidi: moved local variable declarations in tag_dup()Max Kellermann2010-05-311-7/+3
|
* renamed decoder plugin sourcesMax Kellermann2010-01-041-0/+147
Make it X_decoder_plugin.c.