gstreamer/swig/bootstrap
Thomas Vander Stichele 097ca31255 first working version of helloworld in perl no eos signal callback yet some wrapper functions
Original commit message from CVS:
first working version of helloworld in perl
no eos signal callback yet
some wrapper functions
2001-08-13 20:42:20 +00:00

9 lines
124 B
Bash
Executable file

#!/bin/bash
if test ! -e Gst.so
then
ln -s blib/arch/auto/Gst/Gst.so
fi
swig -perl5 Gst.i && \
perl Makefile.PL && \
make