audacia/src/audacity_config.h.in

110 lines
3.0 KiB
C
Raw Normal View History

/* src/configtemplate.h. Generated from configure.ac by autoheader. */
/* define if Audacity is being installed under a name other than "audacity",
so it can find the files it needs at runtime */
#cmakedefine AUDACITY_NAME "@AUDACITY_NAME@"
/* Use system FFmpeg library and disable dynamic loading of it. */
#cmakedefine DISABLE_DYNAMIC_LOADING_FFMPEG 1
/* Define if LAME should be linked at compile time */
#cmakedefine DISABLE_DYNAMIC_LOADING_LAME 1
/* Define to 1 if you have the <alloca.h> header file. */
#cmakedefine HAVE_ALLOCA_H 1
/* Define if GTK is available */
#cmakedefine HAVE_GTK 1
/* Define to 1 if you have the <libudev.h> header file. */
#cmakedefine HAVE_LIBUDEV_H 1
/* Define if you have C99's lrint function. */
#cmakedefine HAVE_LRINT 1
/* Define if you have C99's lrintf function. */
#cmakedefine HAVE_LRINTF 1
Last major update to the cmake build I'm sure there will be further minor updates, but this should be the last major update and it should be ready for testing. Audacity specific cmake options (cmake -Doption=<yes|no>) include: // Disable dynamic loading of ffmpeg libraries disable_dynamic_ffmpeg:BOOL=OFF // Disable dynamic loading of JACK libraries disable_dynamic_jack:BOOL=ON // Enable ffmpeg library enable_ffmpeg:BOOL=ON // Enable flac library enable_flac:BOOL=ON // Enable id3tag library enable_id3tag:BOOL=ON // Enable LADSPA plug-in support enable_ladspa:BOOL=ON // Enable lv2 library enable_lv2:BOOL=ON // Enable mad library enable_mad:BOOL=ON // Enable midi library enable_midi:BOOL=ON // Enable nyquist library enable_nyquist:BOOL=ON // Enable ogg library enable_ogg:BOOL=ON // Enable portmixer library enable_portmixer:BOOL=ON // Enable portsmf library enable_portsmf:BOOL=ON // Enable sbsms library enable_sbsms:BOOL=ON // Enable soundtouch library enable_soundtouch:BOOL=ON // Enable twolame library enable_twolame:BOOL=ON // Enable vamp library enable_vamp:BOOL=ON // Enable vorbis library enable_vorbis:BOOL=ON // Enable VST2 plug-in support enable_vst:BOOL=ON // Use system libraries if available prefer_system_libs:BOOL=ON // Enable the portaudio ALSA interface if available use_pa_alsa:BOOL=ON // Enable the portaudio CoreAudio interface if available use_pa_coreaudio:BOOL=ON // Enable the portaudio DirectSound interface if available use_pa_ds:BOOL=ON // Use the JACK audio interface if available use_pa_jack:BOOL=ON // Use the OSS audio interface if available use_pa_oss:BOOL=ON // Enable the portaudio WASAPI interface if available use_pa_wasapi:BOOL=ON // Enable the portaudio WMME interface if available use_pa_wmme:BOOL=ON // Use ffmpeg system library if available use_system_ffmpeg:BOOL=ON // Use flac system library if available use_system_flac:BOOL=ON // Use id3tag system library if available use_system_id3tag:BOOL=ON // Use lame system library if available use_system_lame:BOOL=ON // Use lv2 system library if available use_system_lv2:BOOL=ON // Use mad system library if available use_system_mad:BOOL=ON // Use midi system library if available use_system_midi:BOOL=ON // Use ogg system library if available use_system_ogg:BOOL=ON // Use portsmf system library if available use_system_portsmf:BOOL=ON // Use sbsms system library if available use_system_sbsms:BOOL=ON // Use sndfile system library if available use_system_sndfile:BOOL=ON // Use soundtouch system library if available use_system_soundtouch:BOOL=ON // Use soxr system library if available use_system_soxr:BOOL=ON // Use twolame system library if available use_system_twolame:BOOL=ON // Use vamp system library if available use_system_vamp:BOOL=ON // Use vorbis system library if available use_system_vorbis:BOOL=ON // Use wxwidgets system library if available use_system_wxwidgets:BOOL=ON
2020-02-11 07:15:26 +00:00
/* Define if you have the mlock functions. */
#cmakedefine HAVE_MLOCK 1
/* Define to 1 or 0, depending whether the compiler supports simple visibility
declarations. */
#cmakedefine HAVE_VISIBILITY 1
/* Define as prefix where Audacity is installed */
#define INSTALL_PREFIX "@INSTALL_PREFIX@"
/* Define where libraries get installed */
#define LIBDIR "@LIBDIR@"
/* Define where Audacity specific libraries get installed */
#define PKGLIBDIR "@PKGLIBDIR@"
/* Define if Audio Unit plug-ins are enabled (Mac OS X only) */
#cmakedefine USE_AUDIO_UNITS 1
/* Define if ffmpeg (multi-format import and export) support should be enabled
*/
#cmakedefine USE_FFMPEG 1
/* Define if GStreamer 1 is present */
#cmakedefine USE_GSTREAMER 1
/* Define if LADSPA plug-ins are enabled */
#cmakedefine USE_LADSPA 1
/* Define if the FLAC library is present */
#cmakedefine USE_LIBFLAC 1
/* Define if libid3tag is present */
#cmakedefine USE_LIBID3TAG 1
/* Define if mp3 support is implemented with the libmad library */
#cmakedefine USE_LIBMAD 1
/* Define if libtwolame (MP2 export) support should be enabled */
#cmakedefine USE_LIBTWOLAME 1
/* Define if the ogg vorbis decoding library is present */
#cmakedefine USE_LIBVORBIS 1
/* Define if LV2 support should be enabled */
#cmakedefine USE_LV2 1
/* Define if midi support should be enabled */
#cmakedefine USE_MIDI 1
/* Define if Nyquist support should be enabled */
#cmakedefine USE_NYQUIST 1
/* Define if PortMixer support should be enabled */
#cmakedefine USE_PORTMIXER 1
/* Define if QuickTime importing is enabled (Mac OS X only) */
#cmakedefine USE_QUICKTIME 1
/* Define if SBSMS support should be enabled */
#cmakedefine USE_SBSMS 1
/* Define if SoundTouch support should be enabled */
#cmakedefine USE_SOUNDTOUCH 1
/* Define if Vamp analysis plugin support should be enabled */
#cmakedefine USE_VAMP 1
/* Define if VST plug-in support is enabled */
#cmakedefine USE_VST 1
/* Version number of package */
#cmakedefine VERSION "@VERSION@"
/* Placeholder for large file support */
#cmakedefine _FILE_OFFSET_BITS 0
/* We're using cygwin */
#cmakedefine __CYGWIN__ 1
/* Use the Aqua theme on Mac */
#cmakedefine USE_AQUA_THEME 1