Make LOCAL_ALIGNED syntactically similar on all systems
authorMans Rullgard <mans@mansr.com>
Fri, 7 Dec 2012 23:03:01 +0000 (23:03 +0000)
committerMans Rullgard <mans@mansr.com>
Tue, 11 Dec 2012 11:59:15 +0000 (11:59 +0000)
commit02823f6d7188260dabb10c64d6dd74331e7772e0
tree507b4b7e90d7ccef5ef89a5339bef01a2dc20633
parent395c3feb3bb165af5760d287a9a64344b6269fe2
Make LOCAL_ALIGNED syntactically similar on all systems

This changes the LOCAL_ALIGNED definition on systems where
DECLARE_ALIGNED is used so it matches the manual alignment
case, ensuring invalid use will not compile on x86 only to
fail on everything else.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/dsputil.h