jishnujayakumar/MV-Tractus

libavcodec/avcodec.h not found

prashantbodh099 opened this issue · 5 comments

Hello,
I have successfully cloned your repository and also installed FFmpeg using ./install_ffmpeg.sh command.
But when I am trying to compile, it is showing some errors.

error_compile

In file included from extract_mvs.c:29: include/libavformat/avformat.h:319:10: fatal error: libavcodec/avcodec.h: No such file or directory 319 | #include "libavcodec/avcodec.h" compilation terminated. In file included from extract_mvs_with_frames.c:29: include/libavformat/avformat.h:319:10: fatal error: libavcodec/avcodec.h: No such file or directory 319 | #include "libavcodec/avcodec.h" compilation terminated.

It seems that the corresponding libs are missing from your system. Installing them can help. Please use the tutorial videos as a kickstarter.

Okay, Then how to make them install and available to include them. I need more assistance on the same.

If the problem has been resolved, I will close the issue by EOD. Please comment.