mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
(Playbook) Compile in rpng | gfx/image.c
This commit is contained in:
parent
a331917e5f
commit
d8bb2972fb
@ -134,7 +134,7 @@ VIDEO IMAGE
|
||||
#include "../../ps3/image.c"
|
||||
#elif defined(_XBOX1)
|
||||
#include "../../xdk/image.c"
|
||||
#elif defined(ANDROID)
|
||||
#elif defined(ANDROID) || defined(__BLACKBERRY_QNX__)
|
||||
#include "../../gfx/image.c"
|
||||
#include "../../gfx/rpng/rpng.c"
|
||||
#endif
|
||||
|
@ -164,7 +164,6 @@
|
||||
<listOptionValue builtIn="false" value="EGL"/>
|
||||
<listOptionValue builtIn="false" value="GLESv2"/>
|
||||
<listOptionValue builtIn="false" value="freetype"/>
|
||||
<listOptionValue builtIn="false" value="png"/>
|
||||
<listOptionValue builtIn="false" value="m"/>
|
||||
</option>
|
||||
<option id="com.qnx.qcc.option.linker.libraryPaths.1833953103" name="Library Paths (-L)" superClass="com.qnx.qcc.option.linker.libraryPaths" valueType="libPaths">
|
||||
|
Loading…
Reference in New Issue
Block a user