You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mlt/src/modules/core/configure

43 lines
841 B

#!/bin/sh
if [ "$help" != "1" ]
then
cat << EOF >> ../producers.dat
color libmltcore$LIBSUF
colour libmltcore$LIBSUF
noise libmltcore$LIBSUF
ppm libmltcore$LIBSUF
EOF
cat << EOF >> ../filters.dat
brightness libmltcore$LIBSUF
channelcopy libmltcore$LIBSUF
data_feed libmltcore$LIBSUF
data_show libmltcore$LIBSUF
gamma libmltcore$LIBSUF
greyscale libmltcore$LIBSUF
luma libmltcore$LIBSUF
mirror libmltcore$LIBSUF
mono libmltcore$LIBSUF
obscure libmltcore$LIBSUF
region libmltcore$LIBSUF
rescale libmltcore$LIBSUF
resize libmltcore$LIBSUF
transition libmltcore$LIBSUF
watermark libmltcore$LIBSUF
EOF
cat << EOF >> ../transitions.dat
composite libmltcore$LIBSUF
luma libmltcore$LIBSUF
mix libmltcore$LIBSUF
region libmltcore$LIBSUF
EOF
cat << EOF >> ../consumers.dat
null libmltcore$LIBSUF
EOF
fi