]> git.sesse.net Git - mlt/blob - src/modules/avformat/configure
cbecb5dc24e034dc0cc1da5c3babcc39a8f5a504
[mlt] / src / modules / avformat / configure
1 #!/bin/bash
2
3 if [ "$help" != "1" ]
4 then
5
6 cat << EOF >> ../producers.dat
7 avformat                libmltavformat.so
8 EOF
9
10 cat << EOF >> ../filters.dat
11 avdeinterlace   libmltavformat.so
12 avresample              libmltavformat.so
13 EOF
14
15 cat << EOF >> ../consumers.dat
16 avformat                libmltavformat.so
17 EOF
18
19 fi
20