]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - wma.h
rename vector_fmul_add() vector_fmul_reverse_c() and make them static.
[paraslash.git] / wma.h
diff --git a/wma.h b/wma.h
index c4703c25a5e9b7751b94e39c61e12c30053a7038..4b3134270cf917b4d395c46ee4beb785402406ba 100644 (file)
--- a/wma.h
+++ b/wma.h
@@ -22,3 +22,5 @@ const char *search_pattern(const char *pattern, int pattern_len,
 int read_asf_header(char *buf, int loaded, struct asf_header_info *ahi);
 #define M_PI           3.14159265358979323846  /* pi */
 #define WMA_FRAME_SKIP 31
+#define DECLARE_ALIGNED(n,t,v)      t v __attribute__ ((aligned (n)))
+#define DECLARE_ALIGNED_16(t, v) DECLARE_ALIGNED(16, t, v)