Hi!
I am trying to compile a C++ program that uses the ffmpeg library. I get an error at the line #include <ffmpeg/ffmpeg.h>
telling that the library is not existing.
I already installed the package ffmpeg-dev. Do I have to install anything else? I could not find libavcodec-dev or libavformat-dev... etc.
Does anybody have any ideas why? Does anybody know where the headers of ffmpeg are located?
Thanks!