Nicolas F.

Results 93 comments of Nicolas F.
trafficstars

> Any idea whats wrong ? yes, your terminal is sized too small and is cutting off all the text so we can't even read anything. Either way, ffmpeg build...

>run `waf configure`, seems ok, but still got the above error. If you really did run `waf configure` instead of `./waf configure` then you've configured with system waf instead of...

Well, you gotta build it first with `./rebuild -jnumberofcoreshere`

What distribution? If it's one that splits development headers from regular packages, then you're probably missing a lot of -dev (or -devel depending on distro) packages. On Debian and derivatives,...

that build log seems incomplete. Also, try git master instead of 0.32, I think there was some EGL changes.

it's `--enable-libdav1d`. Your ffmpeg build probably failed because of this and you didn't notice.

A few things to check: - is your file really called ffmpeg_options? - is there a line `#define CONFIG_LIBDAV1D 1` in `ffmpeg_build/config.h`? - What is the output of `pkg-config --path...

that's because your ffmpeg configure step isn't picking up libdav1d. Please check the other things, particularly the filename of `ffmpeg_options`.

If you explicitly enable building with libdav1d like this, ffmpeg would fail during configure if it didn't find it. Make sure that in the ffmpeg part of the output, you...

Please post the full build log, from the time you type ./build.