Built SDL2_image and _mixer static
This commit is contained in:
5
libsdl2_mixer/external/mpg123-1.25.6/src/mpg123-with-modules
vendored
Executable file
5
libsdl2_mixer/external/mpg123-1.25.6/src/mpg123-with-modules
vendored
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# wrapper script to set MPG123_MODDIR automatically so that one can run mpg123
|
||||
# from the source directory, even if modules are enabled
|
||||
src=$(dirname $0)
|
||||
MPG123_MODDIR="$src/libout123/modules/.libs" exec "$src/mpg123" "$@"
|
Reference in New Issue
Block a user