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 error check matches "INSTALL libavutil/error.h"

trickkiste opened this issue · comments

Eventhough the build of FFmpeg does succeed without errors, the way build-melted.sh checks for errors in the logs produces an error:

Line 991: grep -v "X Error" $TMPNAME | grep -i error 2>&1

The latter matches "INSTALL libavutil/error.h"

A patch can be found here: trickkiste@df8ecd8