From 2f8d7092bc2c9609fa98d6888106b96f38b22828 Mon Sep 17 00:00:00 2001 From: dan miller Date: Sun, 21 Oct 2007 08:36:32 +0000 Subject: libraries moved to opensim-libs, a new repository --- libraries/openjpeg-libsl/libsl/libsl.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 libraries/openjpeg-libsl/libsl/libsl.h (limited to 'libraries/openjpeg-libsl/libsl/libsl.h') diff --git a/libraries/openjpeg-libsl/libsl/libsl.h b/libraries/openjpeg-libsl/libsl/libsl.h deleted file mode 100644 index d6e293c..0000000 --- a/libraries/openjpeg-libsl/libsl/libsl.h +++ /dev/null @@ -1,32 +0,0 @@ - - -#ifndef LIBSL_H -#define LIBSL_H - - -struct LibslImage -{ - unsigned char* encoded; - int length; - - unsigned char* decoded; - int width; - int height; - int components; -}; - -#ifdef WIN32 -#define DLLEXPORT extern "C" __declspec(dllexport) -#else -#define DLLEXPORT extern "C" -#endif - -// uncompresed images are raw RGBA 8bit/channel -DLLEXPORT bool LibslEncode(LibslImage* image, bool lossless); -DLLEXPORT bool LibslDecode(LibslImage* image); -DLLEXPORT bool LibslAllocEncoded(LibslImage* image); -DLLEXPORT bool LibslAllocDecoded(LibslImage* image); -DLLEXPORT void LibslFree(LibslImage* image); - - -#endif -- cgit v1.1