X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fswig%2Fconfigure;h=794113a8d6b3a510ed840e87442e8f438464475e;hb=97bdd568301d386c96de4390a864ff952a808595;hp=953e2810e75b003c473f165c6820a3000d054e48;hpb=c4e44c268c52474da539bbf52a0b3c0cca8827a3;p=melted diff --git a/mlt++/swig/configure b/mlt++/swig/configure index 953e281..794113a 100755 --- a/mlt++/swig/configure +++ b/mlt++/swig/configure @@ -3,18 +3,18 @@ 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" ] -then languages="perl python ruby tcl" +then languages="perl php python ruby tcl" elif [ "$1" != "" ] then languages=$* else echo "Usage: ./configure [ all | language * ]" exit 0 fi -for i in perl python ruby tcl +for i in perl php python ruby tcl do rm -f .$i done