forked from mirror/openmw-tes3mp
OS X: use TGA, PNG & JPEG plugins instead of ImageIO
Using ImageIO is troublesome when one needs to read an image from memory, see for the details: https://forum.openmw.org/viewtopic.php?f=20&t=2949&start=220#p35531
This commit is contained in:
parent
f614187cd4
commit
2108e96c15
1 changed files with 3 additions and 2 deletions
|
@ -748,9 +748,10 @@ if (APPLE)
|
||||||
|
|
||||||
set(ABSOLUTE_PLUGINS "")
|
set(ABSOLUTE_PLUGINS "")
|
||||||
set(USED_OSG_PLUGINS
|
set(USED_OSG_PLUGINS
|
||||||
osgdb_tga
|
|
||||||
osgdb_dds
|
osgdb_dds
|
||||||
osgdb_imageio
|
osgdb_jpeg
|
||||||
|
osgdb_png
|
||||||
|
osgdb_tga
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach (PLUGIN_NAME ${USED_OSG_PLUGINS})
|
foreach (PLUGIN_NAME ${USED_OSG_PLUGINS})
|
||||||
|
|
Loading…
Reference in a new issue