aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authoraliaspider2015-09-29 18:08:15 +0100
committeraliaspider2015-09-29 18:08:15 +0100
commitc4052f4d79cf0103cb10f9948ae1a810b62ff05d (patch)
treefb05a72274f22144b0e7dcbb95c4264a7ea554f4 /plugins
parent5b914514052423c4716c16de57e65bc03b0b4ab3 (diff)
downloadpcsx_rearmed-c4052f4d79cf0103cb10f9948ae1a810b62ff05d.tar.gz
pcsx_rearmed-c4052f4d79cf0103cb10f9948ae1a810b62ff05d.tar.bz2
pcsx_rearmed-c4052f4d79cf0103cb10f9948ae1a810b62ff05d.zip
(vita) build fix.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cdrcimg/cdrcimg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/cdrcimg/cdrcimg.c b/plugins/cdrcimg/cdrcimg.c
index 036c68d..47371aa 100644
--- a/plugins/cdrcimg/cdrcimg.c
+++ b/plugins/cdrcimg/cdrcimg.c
@@ -14,7 +14,7 @@
#include <zlib.h>
#ifndef _WIN32
#define CALLBACK
-#ifndef _3DS
+#ifndef NO_DYLIB
#include <dlfcn.h>
#endif
#else
@@ -287,7 +287,7 @@ static long CDRinit(void)
return -1;
}
}
-#if !defined(_WIN32) && !defined(_3DS)
+#if !defined(_WIN32) && !defined(NO_DYLIB)
if (pBZ2_bzBuffToBuffDecompress == NULL) {
void *h = dlopen("/usr/lib/libbz2.so.1", RTLD_LAZY);
if (h == NULL)