]> git.sesse.net Git - mlt/blob - src/modules/avformat/configure
consumer avformat added, various cleanups and consumer realtime switching
[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 >> ../consumers.dat
11 avformat                libmltavformat.so
12 EOF
13
14 fi
15