a06ed48f897964ebb5bfebb097857a4810993cc4
[melted] / src / swig / php / build
1 #!/bin/sh
2
3 ln -s ../mltpp.i
4 swig -c++ -I../../src `pkg-config --cflags mlt-framework` -php5 -noproxy mltpp.i
5 g++ -fPIC -DPIC -D_GNU_SOURCE -c -rdynamic -pthread `pkg-config --cflags mlt-framework` `php-config --includes` mltpp_wrap.cpp
6