composite aspect ratio fix (again ;-)), added fill compositing test case, filter...
[melted] / src / modules / core / configure
1 #!/bin/bash
2
3 if [ "$help" != "1" ]
4 then
5
6 cat << EOF >> ../producers.dat
7 ppm                             libmltcore.so
8 EOF
9
10 cat << EOF >> ../filters.dat
11 brightness              libmltcore.so
12 deinterlace             libmltcore.so
13 gamma                   libmltcore.so
14 greyscale               libmltcore.so
15 luma                    libmltcore.so
16 obscure                 libmltcore.so
17 resize                  libmltcore.so
18 volume                  libmltcore.so
19 watermark               libmltcore.so
20 EOF
21
22 cat << EOF >> ../transitions.dat
23 composite               libmltcore.so
24 luma                    libmltcore.so
25 mix                             libmltcore.so
26 EOF
27
28 fi
29