Fix build errors caused by the (hypothetical) conversion of mlt_position from an...
[melted] / src / framework / config.h
index fec9861..c702697 100644 (file)
@@ -3,8 +3,7 @@
 #ifndef _MLT_CONFIG_H_
 #define _MLT_CONFIG_H_
 
-#define PREFIX                 "/usr/local"
-#define PREFIX_DATA            PREFIX "/share"
+#define PREFIX_DATA            PREFIX "/share/mlt/modules"
 
 #endif