]> git.sesse.net Git - mlt/blob - reconfigure
fix crash in decklink mlt_consumer_stop()
[mlt] / reconfigure
1 #!/bin/sh
2 if [ -s "config.log" ]; then
3         $(tail -1 config.log) $@
4 else
5         echo The file \"config.log\" does not exist.
6         echo You must run configure first. 
7 fi