mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Fixed name of mpg123 shared library on Linux
https://forum.zdoom.org/viewtopic.php?t=56253
This commit is contained in:
parent
f9445e96f5
commit
8303d8bbd1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ FModule MPG123Module{"MPG123"};
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#define MPG123LIB "libmpg123.0.dylib"
|
#define MPG123LIB "libmpg123.0.dylib"
|
||||||
#else
|
#else
|
||||||
#define MPG123LIB "libmpg123.so.1"
|
#define MPG123LIB "libmpg123.so.0"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool IsMPG123Present()
|
bool IsMPG123Present()
|
||||||
|
|
Loading…
Reference in a new issue