X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FGCJ.cc;h=0173e0a066c78c03a2dae124c44b67f556b1b417;hb=0db1ff365b2acfa1be6420aca33a27dd01eb78f2;hp=53e7f19e0a6fe550b5ddc474045af20028e2e43f;hpb=6cb650297805f5c42d58fd78d82481be5fdc3d45;p=org.ibex.core.git diff --git a/src/org/ibex/plat/GCJ.cc b/src/org/ibex/plat/GCJ.cc index 53e7f19..0173e0a 100644 --- a/src/org/ibex/plat/GCJ.cc +++ b/src/org/ibex/plat/GCJ.cc @@ -1,11 +1,13 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. // Inclusions ///////////////////////////////////////////////////////// #include #include -#include -#include +#include +#include #include #include #include @@ -99,7 +101,7 @@ void skip_input_data (j_decompress_ptr cinfo, long num_bytes) { src->pub.bytes_in_buffer -= num_bytes; } -void org::ibex::plat::GCJ::_decodeJPEG(java::io::InputStream* is, org::ibex::Picture* p) { +void org::ibex::plat::GCJ::_decodeJPEG(java::io::InputStream* is, org::ibex::graphics::Picture* p) { struct jpeg_decompress_struct cinfo; my_error_mgr_t jerr; my_source_mgr_t src;