]> git.sesse.net Git - mlt/blob - src/modules/core/configure
Rescaler and fezzik rework (to allow inclusion of mc scaler)
[mlt] / src / modules / core / configure
1 #!/bin/bash
2
3 if [ "$help" != "1" ]
4 then
5
6 cat << EOF >> ../producers.dat
7 colour                  libmltcore.so
8 noise                   libmltcore.so
9 ppm                             libmltcore.so
10 EOF
11
12 cat << EOF >> ../filters.dat
13 brightness              libmltcore.so
14 channelcopy             libmltcore.so
15 gamma                   libmltcore.so
16 greyscale               libmltcore.so
17 luma                    libmltcore.so
18 mirror                  libmltcore.so
19 obscure                 libmltcore.so
20 region                  libmltcore.so
21 rescale                 libmltcore.so
22 resize                  libmltcore.so
23 watermark               libmltcore.so
24 EOF
25
26 cat << EOF >> ../transitions.dat
27 composite               libmltcore.so
28 luma                    libmltcore.so
29 mix                             libmltcore.so
30 region                  libmltcore.so
31 EOF
32
33 fi