Update mpg123.32

This commit is contained in:
Sergeanur
2020-08-03 17:04:00 +03:00
parent ee83d4ea27
commit 4b3faea965
9 changed files with 1094 additions and 277 deletions

View File

@ -8,13 +8,8 @@
#include <opusfile.h>
#else
#ifdef _WIN32
// TODO: This is due to version difference of 32-bit libmpg123 and 64-bit libmpg123, fix it
#ifndef _WIN64
typedef long ssize_t;
#endif
#pragma comment( lib, "libsndfile-1.lib" )
#pragma comment( lib, "libmpg123.lib" )
#pragma comment( lib, "libmpg123-0.lib" )
#else
#include "crossplatform.h"
#endif