mltframework / mlt-scripts

scripts to help build open source MLT apps

Home Page:https://www.mltframework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-melt.sh fails with sox dependency

shatgupt opened this issue · comments

Is sox an optional dependency for melt?
Something is wrong here: https://github.com/mltframework/mlt-scripts/blob/master/build/build-melt.sh#L1036 . That block is checking not disabled sox then doing mlt_format_optional but then doing DODIE=1

It is optional. You are correct, and DODIE=1 should have been removed. It is now.
3f187e7