Load the stream info into the temp entry, and copy that into the list
[alure.git] / config.h.in
blob55c060c5e3fc3ae98809d72f4813d35faf79cf42
1 /* Define to the version of the library being built */
2 #define ALURE_VER_MAJOR ${LIB_MAJOR_VERSION}
3 #define ALURE_VER_MINOR ${LIB_MINOR_VERSION}
5 /* Define if we have GCC's constructor attribute */
6 #cmakedefine HAVE_GCC_CONSTRUCTOR
8 /* Define if we have GCC's visibility attribute */
9 #cmakedefine HAVE_GCC_VISIBILITY
11 /* Define if we have windows.h */
12 #cmakedefine HAVE_WINDOWS_H
14 /* Define if we have pthread_np.h */
15 #cmakedefine HAVE_PTHREAD_NP_H
17 /* Define if we have nanosleep */
18 #cmakedefine HAVE_NANOSLEEP
20 /* Define if we have sndfile */
21 #cmakedefine HAS_SNDFILE
23 /* Define if we have vorbisfile */
24 #cmakedefine HAS_VORBISFILE
26 /* Define if we have FLAC */
27 #cmakedefine HAS_FLAC
29 /* Define if we have MPG123 */
30 #cmakedefine HAS_MPG123
32 /* Define if we have GStreamer */
33 #cmakedefine HAS_GSTREAMER