about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedflac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/wrappedflac.c b/src/wrapped/wrappedflac.c
index 06f7617c..a27e5bbd 100644
--- a/src/wrapped/wrappedflac.c
+++ b/src/wrapped/wrappedflac.c
@@ -22,6 +22,7 @@
     const char* flacName = "libFLAC.so";
 #else
     const char* flacName = "libFLAC.so.8";
+    #define ALTNAME "libFLAC.so"
 #endif
 
 #define LIBNAME flac