Warning, /multimedia/kwave/config.h.cmake is written in an unsupported language. File is not indexed.

0001 /***************************************************************************
0002     config.h.cmake  -  template config.h (cmake build system)
0003                              -------------------
0004     begin                : Sun Jun 10 2007
0005     copyright            : (C) 2007 by Thomas Eschenbacher
0006     email                : Thomas.Eschenbacher@gmx.de
0007  ***************************************************************************/
0008 
0009 /***************************************************************************
0010  *                                                                         *
0011  *   This program is free software; you can redistribute it and/or modify  *
0012  *   it under the terms of the GNU General Public License as published by  *
0013  *   the Free Software Foundation; either version 2 of the License, or     *
0014  *   (at your option) any later version.                                   *
0015  *                                                                         *
0016  ***************************************************************************/
0017 
0018 /* use ppc target optimizations (from xine) */
0019 #cmakedefine ARCH_PPC
0020 
0021 /* use ix86 target optimizations (from xine) */
0022 #cmakedefine ARCH_X86
0023 
0024 /* use X86_64 target optimizations (from xine) */
0025 #cmakedefine ARCH_X86_64
0026 
0027 /* use target optimized memcpy */
0028 #cmakedefine WITH_OPTIMIZED_MEMCPY
0029 
0030 /* use target optimized memcpy using AVX assembler code */
0031 #cmakedefine HAVE_AVX
0032 
0033 /* support playback/recording via ALSA */
0034 #cmakedefine HAVE_ALSA_SUPPORT
0035 
0036 /* enable the debug plugin in the menu */
0037 #cmakedefine HAVE_DEBUG_PLUGIN
0038 
0039 /* support playback/recording via PulseAudio */
0040 #cmakedefine HAVE_PULSEAUDIO_SUPPORT
0041 
0042 /* support playback via Qt */
0043 #cmakedefine HAVE_QT_AUDIO_SUPPORT
0044 
0045 /* support libaudiofile */
0046 #cmakedefine HAVE_LIBAUDIOFILE
0047 
0048 /* support libsamplerate */
0049 #cmakedefine HAVE_LIBSAMPLERATE
0050 
0051 /* support playback/recording via OSS */
0052 #cmakedefine HAVE_OSS_SUPPORT
0053 
0054 /* Define to 1 if you have the <signal.h> header file. */
0055 #cmakedefine HAVE_SIGNAL_H
0056 
0057 /* we can include <sys/times.h> */
0058 #cmakedefine HAVE_SYS_TIMES_H
0059 
0060 /* used for unlinking swap files */
0061 #cmakedefine HAVE_UNLINK
0062 
0063 /* support FLAC */
0064 #cmakedefine HAVE_FLAC
0065 
0066 /* support MP3 */
0067 #cmakedefine HAVE_MP3
0068 
0069 /* does libogg have the function ogg_stream_flush_fill ? (>= v1.3.0) */
0070 #cmakedefine HAVE_OGG_STREAM_FLUSH_FILL
0071 
0072 /* support Vorbis in Ogg */
0073 #cmakedefine HAVE_OGG_VORBIS
0074 
0075 /* support Opus in Ogg */
0076 #cmakedefine HAVE_OGG_OPUS
0077 
0078 /* Name of package */
0079 #cmakedefine PROJECT_NAME "@PROJECT_NAME@"
0080 
0081 /* version of the application */
0082 #cmakedefine KWAVE_VERSION "@KWAVE_VERSION@"
0083 
0084 /* suffix of executable files */
0085 #cmakedefine EXECUTABLE_SUFFIX @CMAKE_EXECUTABLE_SUFFIX@
0086 
0087 /* libaudiofile knows FLAC compression */
0088 #cmakedefine HAVE_AF_COMPRESSION_FLAC
0089 
0090 /***************************************************************************/
0091 /***************************************************************************/