summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libmng/libmng_jpeg.h
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2012-01-24 16:05:02 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-25 02:22:18 +0100
commit48f9ba388b374d56764d9bd9455fda527f6bafba (patch)
tree3da4940606741fc994128bf35d08c81957215135 /src/3rdparty/libmng/libmng_jpeg.h
parentc0d30db45ca0af9c3010097d8cd8b1ae92cf83ea (diff)
Remove support for the MNG file format and the bundled libmng
The MNG file format is generally abandoned, and libmng has been unmaintained for several years. The MNG plugin and bundled libmng has been moved to the qtimageformats project on Gerrit. Task-number: QTBUG-21869 Change-Id: I946432347014ffde2b72307a5f8b166ca5553602 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/3rdparty/libmng/libmng_jpeg.h')
-rw-r--r--src/3rdparty/libmng/libmng_jpeg.h57
1 files changed, 0 insertions, 57 deletions
diff --git a/src/3rdparty/libmng/libmng_jpeg.h b/src/3rdparty/libmng/libmng_jpeg.h
deleted file mode 100644
index a072af9c96..0000000000
--- a/src/3rdparty/libmng/libmng_jpeg.h
+++ /dev/null
@@ -1,57 +0,0 @@
-/* ************************************************************************** */
-/* * For conditions of distribution and use, * */
-/* * see copyright notice in libmng.h * */
-/* ************************************************************************** */
-/* * * */
-/* * project : libmng * */
-/* * file : libmng_jpeg.h copyright (c) 2000-2002 G.Juyn * */
-/* * version : 1.0.0 * */
-/* * * */
-/* * purpose : JPEG library interface (definition) * */
-/* * * */
-/* * author : G.Juyn * */
-/* * * */
-/* * comment : Definition of the JPEG library interface * */
-/* * * */
-/* * changes : 0.5.1 - 05/08/2000 - G.Juyn * */
-/* * - changed strict-ANSI stuff * */
-/* * * */
-/* * 0.9.2 - 08/05/2000 - G.Juyn * */
-/* * - changed file-prefixes * */
-/* * * */
-/* * 0.9.3 - 10/16/2000 - G.Juyn * */
-/* * - added support for JDAA * */
-/* * * */
-/* ************************************************************************** */
-
-#if defined(__BORLANDC__) && defined(MNG_STRICT_ANSI)
-#pragma option -A /* force ANSI-C */
-#endif
-
-#ifndef _libmng_jpeg_h_
-#define _libmng_jpeg_h_
-
-/* ************************************************************************** */
-
-mng_retcode mngjpeg_initialize (mng_datap pData);
-mng_retcode mngjpeg_cleanup (mng_datap pData);
-
-mng_retcode mngjpeg_decompressinit (mng_datap pData);
-mng_retcode mngjpeg_decompressdata (mng_datap pData,
- mng_uint32 iRawsize,
- mng_uint8p pRawdata);
-mng_retcode mngjpeg_decompressfree (mng_datap pData);
-
-mng_retcode mngjpeg_decompressinit2 (mng_datap pData);
-mng_retcode mngjpeg_decompressdata2 (mng_datap pData,
- mng_uint32 iRawsize,
- mng_uint8p pRawdata);
-mng_retcode mngjpeg_decompressfree2 (mng_datap pData);
-
-/* ************************************************************************** */
-
-#endif /* _libmng_jpeg_h_ */
-
-/* ************************************************************************** */
-/* * end of file * */
-/* ************************************************************************** */