move audio sample calculator to mlt_frame and use from ffmpeg and mcmpeg, add mlt_fra...
[melted] / mlt / src / modules / ffmpeg / configure
1 #!/bin/bash
2
3 if [ "$help" != "1" ]
4 then
5
6 cat << EOF >> ../producers.dat
7 ffmpeg                  libmltffmpeg.so
8 EOF
9
10 cat << EOF >> ../filters.dat
11 ffmpeg_dub              libmltffmpeg.so
12 EOF
13
14 cat << EOF >> ../consumers.dat
15 ffmpeg                  libmltffmpeg.so
16 EOF
17
18 fi
19