-
Notifications
You must be signed in to change notification settings - Fork 51
Description
When I'm trying to compile the plugin on Linux Mint, I'm getting this error everytime I try to make the plugin. I've installed ffmpeg already, but it doesn't help.
[100%] Linking CXX shared library librp_soundboard_linux_amd64.so c++: error: avcodec-NOTFOUND: Datei oder Verzeichnis nicht gefunden (file or directory not found) c++: error: avformat-NOTFOUND: Datei oder Verzeichnis nicht gefunden c++: error: avutil-NOTFOUND: Datei oder Verzeichnis nicht gefunden c++: error: swresample-NOTFOUND: Datei oder Verzeichnis nicht gefunden CMakeFiles/rp_soundboard.dir/build.make:783: recipe for target 'librp_soundboard_linux_amd64.so' failed make[2]: *** [librp_soundboard_linux_amd64.so] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/rp_soundboard.dir/all' failed make[1]: *** [CMakeFiles/rp_soundboard.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2