# HG changeset patch # User diego # Date 1285608220 0 # Node ID cad51466b42e4f0da7082520f2c30992a0918e04 # Parent 6d3212dd47b279526aa9ee6bea40693b67dead63 Revert accidentally committed changes. diff -r 6d3212dd47b2 -r cad51466b42e mp3lib/dct64_sse.c --- 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 };