[xiph-commits] r2940 - libfishsound/trunk/win32

laser13 at svn.annodex.net laser13 at svn.annodex.net
Fri Jun 15 17:08:37 PDT 2007


Author: laser13
Date: 2007-06-15 17:08:36 -0700 (Fri, 15 Jun 2007)
New Revision: 2940

Modified:
   libfishsound/trunk/win32/config.h
Log:
Defined by default HAVE_SPEEX_1 and FS_FLOAT in config.h to work with recent versions of libvorbis and libspeex.

Modified: libfishsound/trunk/win32/config.h
===================================================================
--- libfishsound/trunk/win32/config.h	2007-06-15 22:41:09 UTC (rev 2939)
+++ libfishsound/trunk/win32/config.h	2007-06-16 00:08:36 UTC (rev 2940)
@@ -82,18 +82,24 @@
 /* Version number of package */
 #define VERSION "0.5.41"
 
+/* Define if you have recent version of speex */
+#define HAVE_SPEEX_1_1 1
+
+/* Define FS_FLOAT for recent versions of vorbis */
+#define FS_FLOAT 1
+
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */
 /* #undef WORDS_BIGENDIAN */
 
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
-
-/* Define to `long' if <sys/types.h> does not define. */
-/* #undef off_t */
-
-/* Define to rpl_realloc if the replacement function should be used. */
-#undef realloc
-
-/* Define to `unsigned' if <sys/types.h> does not define. */
-#undef size_t
+
+/* Define to `long' if <sys/types.h> does not define. */
+/* #undef off_t */
+
+/* Define to rpl_realloc if the replacement function should be used. */
+#undef realloc
+
+/* Define to `unsigned' if <sys/types.h> does not define. */
+#undef size_t



More information about the commits mailing list