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:
parent
b227fc2374
commit
df3fca5bc0
3 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue