Changed: USE_JPEG is only used when building NLMISC now

This commit is contained in:
kervala 2010-07-01 15:51:27 +02:00
parent bfc3409cb3
commit 80f743433c
8 changed files with 0 additions and 24 deletions

View file

@ -23,8 +23,6 @@
// global includes
//#define USE_JPEG
#include <nel/misc/types_nl.h>
#include <math.h>

View file

@ -21,10 +21,6 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef NL_OS_WINDOWS
#define USE_JPEG
#endif
#include "globals.h"
#include "resource.h"

View file

@ -16,11 +16,6 @@
#include "std3d.h"
// FIXME: shouldn't this be configured outside?
#ifndef USE_JPEG
#define USE_JPEG
#endif
#include "nel/3d/zone_lighter.h"
#include "nel/3d/landscape.h"
#include "nel/3d/patchuv_locator.h"
@ -32,10 +27,6 @@
#include "nel/3d/water_shape.h"
#include "nel/3d/texture_file.h"
#include "nel/misc/common.h"
#include "nel/misc/thread.h"
#include "nel/misc/path.h"

View file

@ -31,7 +31,6 @@
This file contains code that is specific to NeL (http://www.nevrax.org)
*************************************************************************/
#define USE_JPEG
// NeL Renderer includes
#include <nel/cegui/neltexture.h>

View file

@ -14,8 +14,6 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USE_JPEG
#include "std_afx.h"
#include "object_viewer.h"

View file

@ -53,8 +53,6 @@
#include <map>
#include <algorithm>
#define USE_JPEG
#include "nel/misc/common.h"
#include "nel/misc/stream.h"
#include "nel/misc/vector.h"

View file

@ -28,8 +28,6 @@
#undef min
#undef max
#define USE_JPEG
#include "nel/misc/system_info.h"
#include "nel/misc/debug.h"
#include "nel/misc/config_file.h"

View file

@ -33,8 +33,6 @@
#include <deque>
#include <fstream>
#define USE_JPEG
#include <nel/misc/common.h>
#include <nel/misc/debug.h>