looper/subprojects/mpg123/src/mpg123-with-modules

6 lines
233 B
Text
Raw Normal View History

2024-09-28 10:31:06 -07:00
#!/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" "$@"