Newer
Older
monitord / lame-3.97 / mac / .svn / text-base / LAME_Carbon_Final.pch.svn-base
@root root on 23 Jan 2012 769 bytes Migration from SVN revision 455
  1. /*
  2. LAME Carbon Debug.pch
  3. Precompiled header sources for Carbon non-debug build of LAME on Macintosh
  4. */
  5.  
  6. #pragma precompile_target "LAME Carbon Final Headers"
  7.  
  8. #define TARGET_API_MAC_CARBON 1
  9.  
  10. #include "Precompile_Common.h"
  11.  
  12. #define LAME_LIBRARY_BUILD 1 // Building library
  13. #undef LIBSNDFILE // Build with LIBSNDFILE
  14. #define NOANALYSIS 1 // Build without frame-analyzer hooks
  15. #undef HAVE_MPGLIB // Build without MPGLIB decoder (forces GPL)
  16. #undef USE_LAYER_1 // Build without layer-1 decoding (needs MPGLIB)
  17. #undef USE_LAYER_2 // Build without layer-2 decoding (needs MPGLIB)
  18. #undef HAVE_VORBIS // Build without Ogg Vorbis
  19. #undef BRHIST // Build without histogram (not CLI encoder)
  20.  
  21. #undef NDEBUG // Build final (non-debug) version