X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma.h;h=4b3134270cf917b4d395c46ee4beb785402406ba;hp=c4703c25a5e9b7751b94e39c61e12c30053a7038;hb=df6606e438a34c7bfc325e5f320843d1e97d3f7a;hpb=226ce82aaccff7e74a6fadd028743b731a3744d2 diff --git a/wma.h b/wma.h index c4703c25..4b313427 100644 --- 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)