mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-18 14:41:20 +01:00
run autoheader to regenerate file
This commit is contained in:
@@ -7,6 +7,15 @@
|
|||||||
/* Define we are compiling Audacity itself, not an Audacity plug-in */
|
/* Define we are compiling Audacity itself, not an Audacity plug-in */
|
||||||
#undef BUILDING_AUDACITY
|
#undef BUILDING_AUDACITY
|
||||||
|
|
||||||
|
/* Use system FFmpeg library and disable dynamic loading of it. */
|
||||||
|
#undef DISABLE_DYNAMIC_LOADING_FFMPEG
|
||||||
|
|
||||||
|
/* Define if LAME should be linked at compile time */
|
||||||
|
#undef DISABLE_DYNAMIC_LOADING_LAME
|
||||||
|
|
||||||
|
/* Define to enable sse */
|
||||||
|
#undef ENABLE_SSE
|
||||||
|
|
||||||
/* Define to 1 if you have the <alloca.h> header file. */
|
/* Define to 1 if you have the <alloca.h> header file. */
|
||||||
#undef HAVE_ALLOCA_H
|
#undef HAVE_ALLOCA_H
|
||||||
|
|
||||||
@@ -71,6 +80,9 @@
|
|||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#undef PACKAGE_TARNAME
|
#undef PACKAGE_TARNAME
|
||||||
|
|
||||||
|
/* Define to the home page for this package. */
|
||||||
|
#undef PACKAGE_URL
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#undef PACKAGE_VERSION
|
#undef PACKAGE_VERSION
|
||||||
|
|
||||||
@@ -84,12 +96,6 @@
|
|||||||
*/
|
*/
|
||||||
#undef USE_FFMPEG
|
#undef USE_FFMPEG
|
||||||
|
|
||||||
/* Use system LAME library and disable dynamic loading of it. */
|
|
||||||
#undef DISABLE_DYNAMIC_LOADING_LAME
|
|
||||||
|
|
||||||
/* Use system FFmpeg library and disable dynamic loading of it. */
|
|
||||||
#undef DISABLE_DYNAMIC_LOADING_FFMPEG
|
|
||||||
|
|
||||||
/* Define if LADSPA plug-ins are enabled */
|
/* Define if LADSPA plug-ins are enabled */
|
||||||
#undef USE_LADSPA
|
#undef USE_LADSPA
|
||||||
|
|
||||||
@@ -102,15 +108,15 @@
|
|||||||
/* Define if mp3 support is implemented with the libmad library */
|
/* Define if mp3 support is implemented with the libmad library */
|
||||||
#undef USE_LIBMAD
|
#undef USE_LIBMAD
|
||||||
|
|
||||||
/* Define if libsoxr support should be enabled */
|
|
||||||
#undef USE_LIBSOXR
|
|
||||||
|
|
||||||
/* Define if libresample support should be enabled */
|
/* Define if libresample support should be enabled */
|
||||||
#undef USE_LIBRESAMPLE
|
#undef USE_LIBRESAMPLE
|
||||||
|
|
||||||
/* Define if libsamplerate support should be enabled */
|
/* Define if libsamplerate support should be enabled */
|
||||||
#undef USE_LIBSAMPLERATE
|
#undef USE_LIBSAMPLERATE
|
||||||
|
|
||||||
|
/* Define if libsoxr support should be enabled */
|
||||||
|
#undef USE_LIBSOXR
|
||||||
|
|
||||||
/* Define if libtwolame (MP2 export) support should be enabled */
|
/* Define if libtwolame (MP2 export) support should be enabled */
|
||||||
#undef USE_LIBTWOLAME
|
#undef USE_LIBTWOLAME
|
||||||
|
|
||||||
@@ -138,9 +144,6 @@
|
|||||||
/* Use system Expat library */
|
/* Use system Expat library */
|
||||||
#undef USE_SYSTEM_EXPAT
|
#undef USE_SYSTEM_EXPAT
|
||||||
|
|
||||||
/* Define if TagLib (metadata export) support should be enabled */
|
|
||||||
#undef USE_TAGLIB
|
|
||||||
|
|
||||||
/* Define if Vamp analysis plugin support should be enabled */
|
/* Define if Vamp analysis plugin support should be enabled */
|
||||||
#undef USE_VAMP
|
#undef USE_VAMP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user