Compile libjpeg with mingw

前端 未结 2 1405
后悔当初
后悔当初 2021-01-01 04:24

I finally setup mingw and msys and now I want to compile libjpeg. I downloaded the latest libjpeg sources from the projekt page (jpeg-8d) and extracted the files.

Th

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-01 05:06

    If for some reason you can not run

     $ autoheader
    

    Add the following definition to the jconfig.h

     #define HAVE_PROTOTYPES 1
    

提交回复
热议问题