added libmpg123

This commit is contained in:
lubomyr
2016-07-10 22:52:06 +03:00
parent d4ac90f8ab
commit 7ef5201ebf
66 changed files with 27168 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/* You expect a license plate for _this_ file? */
#ifndef MPG123_ICY2UTF_H
#define MPG123_ICY2UTF_H
#ifndef NO_ICY
/* (string, force conversion) */
char *icy2utf8(const char *, int);
#endif
#endif