Open Metalhead33 opened 6 years ago
It seems as if the following flags are missing:
-lcryptopp -lavcodec -lavformat -lavutil -lswscale
Notice that it is not complaining about crypto
but cryptopp
What steps are you following to compile? What's the output of the following command:
find /usr/ -name "libavcodec.*" 2>/dev/null
I'm installing megasync on archlinux with commmand makepkg -si
and got those undefined reference to the av* things errors, how do I add the flags?
You can enforce
LIBS += -lavcodec -lavformat -lavutil -lswscale
in sdk.pri
.
I swear I have Crypto installed on my system - Gentoo Linux - but I get this error while trying to build: