e7964e5
diff -Nur audacious-plugins-3.1-beta1-orig/src/ladspa/plugin.c audacious-plugins-3.1-beta1/src/ladspa/plugin.c
e7964e5
--- audacious-plugins-3.1-beta1-orig/src/ladspa/plugin.c	2011-10-10 23:02:59.000000000 +0200
e7964e5
+++ audacious-plugins-3.1-beta1/src/ladspa/plugin.c	2011-10-11 13:09:44.075163133 +0200
e7964e5
@@ -35,6 +35,7 @@
e7964e5
 #include "plugin.h"
e7964e5
 
e7964e5
 static const gchar * const ladspa_defaults[] = {
e7964e5
+ "module_path", "__RPM_LIBDIR__/ladspa",
e7964e5
  "plugin_count", "0",
e7964e5
  NULL};
e7964e5