From: lilo_booter Date: Sun, 5 Jun 2005 07:48:54 +0000 (+0000) Subject: Quick temporary fix for mlt config in non-standard paths (relates to mlt++) X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=abcfff6c8fe4bb93c53510ec255a44dc8a31f07b;p=melted Quick temporary fix for mlt config in non-standard paths (relates to mlt++) git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@735 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/framework/configure b/src/framework/configure index 569f86b..1cc91a0 100755 --- a/src/framework/configure +++ b/src/framework/configure @@ -1,2 +1,2 @@ #!/bin/sh -echo "framework -I$prefix/include/mlt -D_REENTRANT -L$prefix/lib -lmlt" >> ../../packages.dat +echo "framework -I$prefix/include -I$prefix/include/mlt -D_REENTRANT -L$prefix/lib -lmlt" >> ../../packages.dat