mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +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__)
|
||||
#define MPG123LIB "libmpg123.0.dylib"
|
||||
#else
|
||||
#define MPG123LIB "libmpg123.so.1"
|
||||
#define MPG123LIB "libmpg123.so.0"
|
||||
#endif
|
||||
|
||||
bool IsMPG123Present()
|
||||
|
|
Loading…
Reference in a new issue