]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_factory.c
Fix loading profile from datadir.
[mlt] / src / framework / mlt_factory.c
index bf4a0a0ad4d8a2b48af14e3b50f7b6a1bb05f386..76f3f5c620f087976a16901c297cfc20f1d4add8 100644 (file)
@@ -45,7 +45,7 @@
 /** the default subdirectory of the libdir for holding modules (plugins) */
 #define PREFIX_LIB LIBDIR "/mlt"
 /** the default subdirectory of the install prefix for holding module (plugin) data */
-#define PREFIX_DATA PREFIX "/share/mlt"
+#define PREFIX_DATA DATADIR "/mlt"
 #endif
 
 /** holds the full path to the modules directory - initialized and retained for the entire session */