summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs/files/aoss32')
-rwxr-xr-xapp-emulation/emul-linux-x86-soundlibs/files/aoss327
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/files/aoss32 b/app-emulation/emul-linux-x86-soundlibs/files/aoss32
new file mode 100755
index 000000000000..96df85dc458b
--- /dev/null
+++ b/app-emulation/emul-linux-x86-soundlibs/files/aoss32
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# A simple script to facilitate the use of the OSS compatibility library.
+# Usage:
+# aoss <command> <command options and arguments>
+
+LD_PRELOAD=/emul/linux/x86/usr/lib/libaoss.so exec "$@"