X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fcdrcimg%2Fcdrcimg.c;h=47371aa9b11cecbdfb638158e43b3e1d912f6460;hb=18ef7635b0b265350eb8304a26edeb8d4b0b2e19;hp=036c68d6c77df4b3e8fc0a722136138ce5a24246;hpb=fc99395c2d7efbbaa0663feed47dc89a54e49506;p=pcsx_rearmed.git diff --git a/plugins/cdrcimg/cdrcimg.c b/plugins/cdrcimg/cdrcimg.c index 036c68d6..47371aa9 100644 --- a/plugins/cdrcimg/cdrcimg.c +++ b/plugins/cdrcimg/cdrcimg.c @@ -14,7 +14,7 @@ #include #ifndef _WIN32 #define CALLBACK -#ifndef _3DS +#ifndef NO_DYLIB #include #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)