JPEG parameter struct mismatch

前端 未结 2 567
陌清茗
陌清茗 2021-01-18 11:39

Ater compiling libjpeg and then using it, I stumbled upon the problem:

JPEG parameter struct mismatch: library thinks size is 512, caller expects 492
         


        
2条回答
  •  天涯浪人
    2021-01-18 12:04

    It seems that the static package architecture does not conform to the current package architecture when the linker is connected. It is recommended to download the source code and compile it into a static library with the same parameters. Try again, remember to quote the correct version.

提交回复
热议问题