I have installed ubuntu 20.04, Qt4 and FFmpeg 4.2.4 as well as all the libraries needed ( libavfilter etc.. )
Unfortunately i couldnt pass error below;
g++ -c -m64 -pipe -fpermissive -std=c++0x -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Isrc -I. -I. -o connectivity.o src/connectivity.cpp In file included from src/connectivity.cpp:24: src/connectivity.h:37:10: fatal error: libavfilter/avfiltergraph.h: No such file or directory 37 | #include "libavfilter/avfiltergraph.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:363: connectivity.o] Error 1
Probably i am facing with a problem causing by version mismatch.
I would like to get help to make this project work with updated libraries, thank you.
PS : Ubuntu 20.04 works as WSL 2 under windows but i dont think that could make any difference.