mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 18:55:55 +00:00
Update mpg123.32
This commit is contained in:
parent
ee83d4ea27
commit
4b3faea965
9 changed files with 1094 additions and 277 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue