==============================================================================\r
*/\r
\r
+/* Debian specific overrides */\r
+#if JucePlugin_Build_LV2 && ! defined (JucePlugin_LV2URI)\r
+# warning JUCE/Debian using default LV2URI\r
+# define JucePlugin_LV2URI JucePlugin_Name\r
+#endif\r
+\r
+#if JucePlugin_Build_AU\r
+# warning JUCE/Debian disabled AU support\r
+# undef JucePlugin_Build_AU\r
+# define JucePlugin_Build_AU 0\r
+#endif\r
+\r
+#if JucePlugin_Build_RTAS\r
+# warning JUCE/Debian disabled RTAS support\r
+# undef JucePlugin_Build_RTAS\r
+# define JucePlugin_Build_RTAS 0\r
+#endif\r
+\r
+#if JucePlugin_Build_AAX\r
+# warning JUCE/Debian disabled AAX support\r
+# undef JucePlugin_Build_AAX\r
+# define JucePlugin_Build_AAX 0\r
+#endif\r
+\r
// The following checks should cause a compile error if you've forgotten to\r
// define all your plugin settings properly..\r
\r
#endif\r
#define JUCE_CHECKSETTINGMACROS_H\r
\r
+\r
#ifndef JucePlugin_IsSynth\r
#error "You need to define the JucePlugin_IsSynth value!"\r
#endif\r
\r
#include "system/juce_TargetPlatform.h"\r
\r
+/** Debian specific constants\r
+ - Debian, we don't use embedded libraries\r
+*/\r
+#ifdef JUCE_INCLUDE_ZLIB_CODE\r
+# undef JUCE_INCLUDE_ZLIB_CODE\r
+#endif\r
+#define JUCE_INCLUDE_ZLIB_CODE 0\r
+\r
+#ifdef JUCE_INCLUDE_FLAC_CODE\r
+# undef JUCE_INCLUDE_FLAC_CODE\r
+#endif\r
+#define JUCE_INCLUDE_FLAC_CODE 0\r
+\r
+#ifdef JUCE_INCLUDE_OGGVORBIS_CODE\r
+# undef JUCE_INCLUDE_OGGVORBIS_CODE\r
+#endif\r
+#define JUCE_INCLUDE_OGGVORBIS_CODE 0\r
+\r
+#ifdef JUCE_INCLUDE_JPEGLIB_CODE\r
+# undef JUCE_INCLUDE_JPEGLIB_CODE\r
+#endif\r
+#define JUCE_INCLUDE_JPEGLIB_CODE 0\r
+\r
+#ifdef JUCE_INCLUDE_PNGLIB_CODE\r
+# undef JUCE_INCLUDE_PNGLIB_CODE\r
+#endif\r
+#define JUCE_INCLUDE_PNGLIB_CODE 0\r
+/** Debian specifics END\r
+*/\r
+\r
//==============================================================================\r
/** Config: JUCE_FORCE_DEBUG\r
\r
specify the path where your zlib headers live.\r
*/\r
#ifndef JUCE_INCLUDE_ZLIB_CODE\r
- #define JUCE_INCLUDE_ZLIB_CODE 1\r
+ #define JUCE_INCLUDE_ZLIB_CODE 0\r
#endif\r
\r
#ifndef JUCE_ZLIB_INCLUDE_PATH\r