1/* 2 LAME Carbon Debug.pch 3 4 Precompiled header sources for Carbon debug build of LAME on Macintosh 5*/ 6 7#pragma precompile_target "LAME Carbon Debug Headers" 8 9#define TARGET_API_MAC_CARBON 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#define NDEBUG 1 // Build debug version 23