1/*
2	LAME Classic Final.pch
3	
4	Precompiled header sources for Classic non-debug build of LAME on Macintosh
5*/
6
7#pragma precompile_target "LAME Classic Final Headers"
8
9#define TARGET_API_MAC_OS8 1
10
11#include	"Precompile_Common.h"
12
13#define LAME_LIBRARY_BUILD 1		//	Building library
14#undef	LIBSNDFILE					//	Build with LIBSNDFILE
15#define NOANALYSIS 1				//	Build without frame-analyzer hooks
16#undef	HAVE_MPGLIB					//	Build without MPGLIB decoder (forces GPL)
17#undef	USE_LAYER_1					//	Build without layer-1 decoding (needs MPGLIB)
18#undef	USE_LAYER_2					//	Build without layer-2 decoding (needs MPGLIB)
19#undef	HAVE_VORBIS					//	Build without Ogg Vorbis
20#undef	BRHIST						//	Build without histogram (not CLI encoder)
21
22#undef	NDEBUG						//	Build final (non-debug) version
23