Make sure libjpeg links properly.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5554 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2019-09-29 03:27:44 +00:00
parent b227fc2374
commit df3fca5bc0
3 changed files with 18 additions and 1 deletions

View File

@ -195,7 +195,12 @@
#ifndef AVAIL_ZLIB
-DNO_ZLIB //disable zlib
#endif
#ifdef AVAIL_PNGLIB
-DLINK_PNG
#endif
#ifdef AVAIL_JPEGLIB
-DLINK_JPEG
#endif
-DNO_SPEEX //disable static speex
#ifndef BOTLIB_STATIC

View File

@ -204,6 +204,12 @@
#ifndef AVAIL_ZLIB
-DNO_ZLIB //disable zlib
#endif
#ifdef AVAIL_PNGLIB
-DLINK_PNG
#endif
#ifdef AVAIL_JPEGLIB
-DLINK_JPEG
#endif
-DNO_OPUS
-DNO_SPEEX //disable static speex

View File

@ -202,6 +202,12 @@
#ifndef AVAIL_ZLIB
//-DNO_ZLIB //disable zlib
#endif
#ifdef AVAIL_PNGLIB
-DLINK_PNG
#endif
#ifdef AVAIL_JPEGLIB
-DLINK_JPEG
#endif
//-DNO_OPUS
//-DNO_SPEEX //disable static speex