mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
13 lines
389 B
Diff
13 lines
389 B
Diff
|
--- ./src/libout123/module.c.orig 2021-09-05 17:31:03.000000000 -0500
|
||
|
+++ ./src/libout123/module.c 2021-09-18 14:46:42.800526245 -0500
|
||
|
@@ -29,7 +29,8 @@
|
||
|
to wide and then replace / by \. No need to define another list. */
|
||
|
static const char* modulesearch[] =
|
||
|
{
|
||
|
- "../lib/mpg123"
|
||
|
+ "../lib64/mpg123"
|
||
|
+ ,"../lib/mpg123"
|
||
|
,"plugins"
|
||
|
,"libout123/modules/.libs"
|
||
|
,"libout123/modules"
|