95989aa7ed9adf35cd6b9904819b7fd8a6eeb950
[melted] / src / swig / php / build
1 #!/bin/sh
2
3 ln -s ../mlt.i
4 swig -c++ -I../../melted++ `pkg-config --cflags mlt++` -php5 -noproxy mlt.i
5 g++ -fPIC -DPIC -D_GNU_SOURCE -c -rdynamic -pthread -I../../melted++ `pkg-config --cflags mlt++` `php-config --includes` mlt_wrap.cpp
6 gcc -shared mlt_wrap.o -L../../melted++ -lmelted++ -o mlt.so || exit $?