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

No package 'samplerate' found

ahangarha opened this issue · comments

Hi

I ran the build-melt.sh script on my Raspberri Pi 3 B+ and I got this result:

...
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SRC... no
configure: error: Package requirements (samplerate) were not met:

No package 'samplerate' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables SRC_CFLAGS
and SRC_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
ERROR: Unable to configure rubberband
LOG: Process has finished. Reason: FAILURE Some kind of error occured: Unable to configure rubberband

I couldn't find where the simplerate project is to get the code and compile myself. Please help.