Cannot enable libvpx_vp8_encoder
I am trying to enable avenc_vp8
for testing purpose to compare with vp8enc
but when building FFmpeg gst-build and its subprojects/FFmpeg.wrapm I get:
Running: meson build -Dlibvpx_vp8_encoder=enable
->
Dependency vpx found: YES (cached)
Has header "vpx/vpx_encoder.h" with dependency vpx: YES
Has header "vpx/vp8cx.h" with dependency vpx: YES
Checking for function "vpx_codec_vp8_cx" with dependency vpx: YES
Dependency vpx found: YES (cached)
but libvpx_vp8_encoder=0
in meson-log.txt
So I wonder if there is some high level config file I would be missing and that disables vp8 encoder.
Thx!