X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fswig%2Ftcl%2Fbuild;h=4b2b32ba07a528a6a743a49414b3b8d950753939;hb=2bce409ea8875f5375b203d48ca9991bc1b38e7d;hp=548d3db43b580227a7196aa2432a689688ab2497;hpb=c4e44c268c52474da539bbf52a0b3c0cca8827a3;p=melted diff --git a/mlt++/swig/tcl/build b/mlt++/swig/tcl/build index 548d3db..4b2b32b 100755 --- a/mlt++/swig/tcl/build +++ b/mlt++/swig/tcl/build @@ -7,13 +7,13 @@ then ln -sf ../mltpp.i . # Invoke swig - swig -c++ -I../../src `mlt-config --cflags` -tcl mltpp.i || exit 1 + swig -c++ -I../../src `pkg-config mlt-framework --cflags` -tcl mltpp.i || exit 1 # Compile the wrapper - g++ -D_GNU_SOURCE -c -rdynamic -pthread -I../../src `mlt-config --cflags` mltpp_wrap.cxx || exit 1 + g++ -D_GNU_SOURCE -c -rdynamic -pthread -I../../src `pkg-config mlt-framework --cflags` mltpp_wrap.cxx || exit 1 # Create the module - ld -shared mltpp_wrap.o -L../../src -lmlt++ -o mltpp.so || exit 1 + gcc -shared mltpp_wrap.o -L../../src -lmlt++ -o mltpp.so || exit 1 else echo "Unable to locate tclsh." exit 1