From: Dan Dennedy Date: Mon, 11 May 2009 17:50:02 +0000 (-0700) Subject: Add libmlt++ to the ld path. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3c1d9f971a9dfab8cc418317e95edda35b095d93;p=mlt Add libmlt++ to the ld path. Signed-off-by: Dan Dennedy --- diff --git a/setenv b/setenv index 36d8e8e8..5c2f002a 100644 --- a/setenv +++ b/setenv @@ -7,6 +7,7 @@ export MLT_PROFILES_PATH=`pwd`/profiles export LD_LIBRARY_PATH=\ `pwd`/src/framework:\ +`pwd`/src/mlt++:\ `pwd`/src/modules/bluefish:\ `pwd`/../BlueLinuxDriver/install/lib:\ `pwd`/../mpeg_sdk_release/bin:\