OSDN Git Service

aes: fix for big endian systems
authorMans Rullgard <mans@mansr.com>
Sun, 3 Jul 2011 10:20:39 +0000 (11:20 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 3 Jul 2011 12:41:42 +0000 (13:41 +0100)
commit8f175810beba0e4d7fb76c6eb747e5aab76071b4
tree46444bdfbe53bc5463dd1057b19a578b9a279bef
parent66fe5970abdad0964d0e0d0e100b62e715922886
aes: fix for big endian systems

This was missed in 5d20f19 since CONFIG_SMALL was always broken
for big endian.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/aes.c