ffmpeg-libav-tutorial icon indicating copy to clipboard operation
ffmpeg-libav-tutorial copied to clipboard

fatal error: libavcodec/avcodec.h: No such file or directory

Open sunilstg opened this issue 2 years ago β€’ 1 comments

Hi Can anyone please help me starting my installation of FFMEG in VS Code and run first file? I have tried all possible ways but not able to solve the issue even after adding ffmpeg directly in root.

tutorial01.c:26:10: fatal error: libavcodec/avcodec.h: No such file or directory #include <libavcodec/avcodec.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.

Please help how to start using ffmpeg in C in VS Code or any other editior is good for ffmepge please suggest.

sunilstg avatar May 27 '22 06:05 sunilstg

use pkg-config

vtorri avatar Apr 30 '23 04:04 vtorri