]> git.sesse.net Git - mlt/blob - src/modules/vmfx/configure
37230f95697b316e8f546bc0c13bc630ddb01ef9
[mlt] / src / modules / vmfx / configure
1 #!/bin/sh
2
3 if [ "$help" != "1" ]
4 then
5
6 cat << EOF >> ../producers.dat
7 pgm                             libmltvmfx$LIBSUF
8 EOF
9
10 cat << EOF >> ../filters.dat
11 chroma                  libmltvmfx$LIBSUF
12 shape                   libmltvmfx$LIBSUF
13 EOF
14
15 cat << EOF >> ../transitions.dat
16 EOF
17
18 cat << EOF >> ../consumers.dat
19 EOF
20
21 fi