summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct36_k7.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-11 19:54:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-11 19:54:35 +0000
commit0febd8cf0f52344b8671038920c4bf87559a9010 (patch)
tree5c8abb5778daf81b30fd1c780bc4ceb2f09f0a33 /mp3lib/dct36_k7.c
parent2912d9ee5718e0201828ba53ce05dd8687833ea0 (diff)
downloadmpv-0febd8cf0f52344b8671038920c4bf87559a9010.tar.bz2
mpv-0febd8cf0f52344b8671038920c4bf87559a9010.tar.xz
Identifiers starting with __ are reserved for the system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25353 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/dct36_k7.c')
-rw-r--r--mp3lib/dct36_k7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/dct36_k7.c b/mp3lib/dct36_k7.c
index c1f19e7c28..f9da0f2e90 100644
--- a/mp3lib/dct36_k7.c
+++ b/mp3lib/dct36_k7.c
@@ -29,6 +29,6 @@
* 2003/06/21: Moved to GCC inline assembly - Alex Beregszaszi
*/
-#define __DCT36_OPTIMIZE_FOR_K7
+#define DCT36_OPTIMIZE_FOR_K7
#include "dct36_3dnow.c"