Streampunk / beamcoder

Node.js native bindings to FFmpeg.
GNU General Public License v3.0
401 stars 76 forks source link

failed to install version v0.7.1 #95

Closed paulgrammer closed 2 years ago

paulgrammer commented 2 years ago

In file included from ../src/beamcoder.cc:23: ../src/beamcoder_util.h:33:12: fatal error: libavutil/error.h: No such file or directory 33 | #include <libavutil/error.h> | ^~~~~~~

hpaul commented 1 year ago

If anybody stumble upon this error again, it seems like on fedora the headers of libavutil are not placed in the right place.

This would do the trick: cp -r /usr/include/ffmpeg/* /usr/include/