After add --disable-simd, I was able to build zimg with emcc(Emscripten for Web Assembly).If I run pkg-config --libs zimg, I get "-L/usr/local/lib -lzimg".
However, when I tried to build ffmpeg with --enable-libzimg , it failed with "ERROR: zimg >= 2.7.0 not found using pkg-config". I've searched a lot, but nothing really helps. Any help will be a good news, thanks again!
After add --disable-simd, I was able to build zimg with emcc(Emscripten for Web Assembly).If I run
pkg-config --libs zimg
, I get "-L/usr/local/lib -lzimg". However, when I tried to build ffmpeg with --enable-libzimg , it failed with "ERROR: zimg >= 2.7.0 not found using pkg-config". I've searched a lot, but nothing really helps. Any help will be a good news, thanks again!