From d819f1cdd34e1bc2c78fb8b0efc6995b25978dcc Mon Sep 17 00:00:00 2001 From: ddennedy Date: Sat, 27 Dec 2008 19:59:15 +0000 Subject: [PATCH] swig/configure: use pkg-config mlt-framework instead of deprecated mlt-config. git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@1292 d19143bc-622f-0410-bfdd-b5b2a6649095 --- mlt++/swig/configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mlt++/swig/configure b/mlt++/swig/configure index 953e281..971a5c2 100755 --- a/mlt++/swig/configure +++ b/mlt++/swig/configure @@ -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" ] -- 1.7.4.4