From cc1416f8fb5c87f85aa49f9e5e82b93fe8e91a47 Mon Sep 17 00:00:00 2001 From: CharleyLevenque Date: Sat, 18 Sep 2010 07:11:36 -0400 Subject: [PATCH] Disabling KDU --- indra/llimage/llimagej2c.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/llimage/llimagej2c.cpp b/indra/llimage/llimagej2c.cpp index 9fac68fde..25cc25688 100644 --- a/indra/llimage/llimagej2c.cpp +++ b/indra/llimage/llimagej2c.cpp @@ -69,11 +69,11 @@ void LLImageJ2C::openDSO() apr_status_t rv; #if LL_WINDOWS - dso_name = "llkdu.dll"; + dso_name = ""; #elif LL_DARWIN - dso_name = "libllkdu.dylib"; + dso_name = ""; #else - dso_name = "libllkdu.so"; + dso_name = ""; #endif dso_path = gDirUtilp->findFile(dso_name,