[xiph-commits] r14224 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Fri Nov 23 13:55:23 PST 2007
Author: jm
Date: 2007-11-23 13:55:22 -0800 (Fri, 23 Nov 2007)
New Revision: 14224
Modified:
trunk/speex/libspeex/arch.h
Log:
Removed redundant inclusion in arch.h
Modified: trunk/speex/libspeex/arch.h
===================================================================
--- trunk/speex/libspeex/arch.h 2007-11-23 16:27:10 UTC (rev 14223)
+++ trunk/speex/libspeex/arch.h 2007-11-23 21:55:22 UTC (rev 14224)
@@ -40,7 +40,7 @@
#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
#define SPEEX_MICRO_VERSION 15 /**< Micro Speex version. */
#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.2beta3" /**< Speex version string. */
+#define SPEEX_VERSION "speex-1.2beta4" /**< Speex version string. */
#endif
/* A couple test to catch stupid option combinations */
@@ -125,8 +125,6 @@
#include "fixed_arm5e.h"
#elif defined (ARM4_ASM)
#include "fixed_arm4.h"
-#elif defined (ARM5E_ASM)
-#include "fixed_arm5e.h"
#elif defined (BFIN_ASM)
#include "fixed_bfin.h"
#endif
More information about the commits
mailing list