Mercurial > mplayer.hg
changeset 32303:cad51466b42e
Revert accidentally committed changes.
author | diego |
---|---|
date | Mon, 27 Sep 2010 17:23:40 +0000 |
parents | 6d3212dd47b2 |
children | 50f2498749da |
files | mp3lib/dct64_sse.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/dct64_sse.c Mon Sep 27 17:18:39 2010 +0000 +++ b/mp3lib/dct64_sse.c Mon Sep 27 17:23:40 2010 +0000 @@ -8,8 +8,7 @@ #include "libavutil/mem.h" #include "mpg123.h" -extern const unsigned int __attribute__((aligned(16))) costab_mmx[]; -//extern float __attribute__((aligned(16))) costab_mmx[]; +extern float __attribute__((aligned(16))) costab_mmx[]; static const int ppnn[4] __attribute__((aligned(16))) = { 0, 0, 1 << 31, 1 << 31 };