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
In file included from D:\gowork\pkg\mod\github.com\nareix\[email protected]\cgo\ffmpeg\audio.go:4:
./ffmpeg.h:2:10: fatal error: libavformat/avformat.h: No such file or directory
#include <libavformat/avformat.h>
^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered:
Maybe you can try apt-get install libavformat-dev on Ubuntu.
After that, maybe you will also encounter missing libavresample and libswscale. Similarly, run apt-get install libavresample-dev and apt-get install libswscale-dev
github.com/nareix/joy4/cgo/ffmpeg
In file included from D:\gowork\pkg\mod\github.com\nareix\[email protected]\cgo\ffmpeg\audio.go:4:
./ffmpeg.h:2:10: fatal error: libavformat/avformat.h: No such file or directory
#include <libavformat/avformat.h>
^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered: