I'm compiling a source code that generates following error:
checking for avcodec.h... no
checking for libavcodec/avcodec.h... no
checking for ffmpeg/avcodec.h... no
checking for libav/avcodec.h... no
checking for ffmpeg/libavcodec/avcodec.h... no
checking for libav/libavcodec/avcodec.h... no
configure: error: avcodec headers not found! Install FFmpeg or Libav.
Installing ffmpeg package didn't help me. Which package should be installed?
lib*, and packages containing files for developing with rather than using a package are named*-dev. So, whenever you search for the development headers of a library namedfoo, they are likely to be inlibfoo-dev. – Jörg W Mittag Nov 17 '16 at 12:28avcodec.hby executingapt-file search avcodec.h… – wb9688 Nov 17 '16 at 13:29