added modules/westley
[melted] / mlt / src / modules / westley / configure
1 #!/bin/bash
2
3 if [ "$help" != "1" ]
4 then
5
6 cat << EOF >> ../producers.dat
7 westley                 libmltwestley.so
8 EOF
9
10 cat << EOF >> ../consumers.dat
11 westley                 libmltwestley.so
12 EOF
13
14 fi
15