]> git.sesse.net Git - mlt/blobdiff - setenv
qimage/configure: Fix Qt3 detection and compilation
[mlt] / setenv
diff --git a/setenv b/setenv
index 809cb1c43c9093d368c2bdd9f06acfeba0efb06b..53b5f6ed2cff49d40b0c0644c9442cc9a5a9dc87 100644 (file)
--- a/setenv
+++ b/setenv
@@ -2,15 +2,21 @@
 # Environment variable settings to allow execution without install
 
 export MLT_REPOSITORY=`pwd`/src/modules
+export MLT_DATA=`pwd`/src/modules
+export MLT_PROFILES_PATH=`pwd`/profiles
 
 export LD_LIBRARY_PATH=\
 `pwd`/src/framework:\
 `pwd`/src/valerie:\
 `pwd`/src/miracle:\
 `pwd`/src/modules/bluefish:\
-`pwd`/../bluefish/lib:\
-`pwd`/../mpeg_sdk_demo/bin:\
-`pwd`/../dv_sdk
+`pwd`/../BlueLinuxDriver/install/lib:\
+`pwd`/../mpeg_sdk_release/bin:\
+`pwd`/../dvcpro_sdk_release/lib:\
+`pwd`/../sr_sdk_release:\
+$LD_LIBRARY_PATH
+
+[ $(uname -s) = Darwin ] && export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
 
 export PATH=\
 `pwd`/src/albino:\
@@ -18,4 +24,3 @@ export PATH=\
 `pwd`/src/humperdink:\
 `pwd`/src/miracle:\
 $PATH
-