sekrit-twc / zimg

Scaling, colorspace conversion, and dithering library
Do What The F*ck You Want To Public License
405 stars 77 forks source link

ERROR: zimg >= 2.7.0 not found using pkg-config #165

Closed Yodonicc closed 2 years ago

Yodonicc commented 2 years ago

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!

sekrit-twc commented 2 years ago

ffmpeg issue.

Yodonicc commented 2 years ago

thanks

cgeffect commented 3 months ago

how to Solve?

lucasmundim commented 2 months ago

@cgeffect adding --extra-libs="-lm -lstdc++" to ffmpeg's ./configure worked for me.