1 line
No EOL
755 B
Text
Executable file
1 line
No EOL
755 B
Text
Executable file
/*
|
|
LAME Classic Debug.pch
|
|
|
|
Precompiled header sources for Classic debug build of LAME on Macintosh
|
|
*/
|
|
|
|
#pragma precompile_target "LAME Classic Debug Headers"
|
|
|
|
#define TARGET_API_MAC_OS8 1
|
|
|
|
#include "Precompile_Common.h"
|
|
|
|
#define LAME_LIBRARY_BUILD 1 // Building library
|
|
#undef LIBSNDFILE // Build with LIBSNDFILE
|
|
#define NOANALYSIS 1 // Build without frame-analyzer hooks
|
|
#undef HAVE_MPGLIB // Build without MPGLIB decoder (forces GPL)
|
|
#undef USE_LAYER_1 // Build without layer-1 decoding (needs MPGLIB)
|
|
#undef USE_LAYER_2 // Build without layer-2 decoding (needs MPGLIB)
|
|
#undef HAVE_VORBIS // Build without Ogg Vorbis
|
|
#undef BRHIST // Build without histogram (not CLI encoder)
|
|
|
|
#define NDEBUG 1 // Build debug version
|