X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma.h;h=33e34a3515b482c9f682e6c7472dbc7ec711e190;hp=df61c20a173e78ebd66465c4855c5c3f6d0fae90;hb=481150224edabeee0a6bbfdab232df58e5c1224e;hpb=f2484293fd31da67792c858fee10792d3c108908;ds=sidebyside diff --git a/wma.h b/wma.h index df61c20a..33e34a35 100644 --- a/wma.h +++ b/wma.h @@ -31,5 +31,3 @@ const char *search_pattern(const char *pattern, int pattern_len, int read_asf_header(const char *buf, int loaded, struct asf_header_info *ahi); #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)