[MPlayer-cvslog] r32389 - trunk/mp3lib/dct64_sse.c

diego subversion at mplayerhq.hu
Mon Sep 27 19:23:40 CEST 2010


Author: diego
Date: Mon Sep 27 19:23:40 2010
New Revision: 32389

Log:
Revert accidentally committed changes.

Modified:
   trunk/mp3lib/dct64_sse.c

Modified: trunk/mp3lib/dct64_sse.c
==============================================================================
--- trunk/mp3lib/dct64_sse.c	Mon Sep 27 19:18:39 2010	(r32388)
+++ trunk/mp3lib/dct64_sse.c	Mon Sep 27 19:23:40 2010	(r32389)
@@ -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 };


More information about the MPlayer-cvslog mailing list