You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "make" on Ubuntu 22.04, I receive the below:
make: pkg-config: No such file or directory
cc -Wall -Wextra -g -O2 -fPIC -pthread -c -o src/filter_plugin_avfilter.o src/filter_plugin_avfilter.c
In file included from src/filter_plugin_avfilter.c:2:
src/avframe_utils.h:11:10: fatal error: libavutil/frame.h: No such file or directory
11 | #include <libavutil/frame.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:312: src/filter_plugin_avfilter.o] Error 1