swig/configure: use pkg-config mlt-framework instead of deprecated mlt-config.
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 27 Dec 2008 19:59:15 +0000 (19:59 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 27 Dec 2008 19:59:15 +0000 (19:59 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@1292 d19143bc-622f-0410-bfdd-b5b2a6649095

mlt++/swig/configure

index 953e281..971a5c2 100755 (executable)
@@ -3,7 +3,7 @@
 which swig > /dev/null 2>&1
 [ $? != 0 ] && echo "Please install swig" && exit 1
 
-which mlt-config > /dev/null 2>&1
+pkg-config mlt-framework --cflags > /dev/null 2>&1
 [ $? != 0 ] && echo "Please install mlt" && exit 1
 
 if [ "$1" = "all" ]