summaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb_template.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-25 19:58:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-25 19:58:33 +0000
commitcecfbf85dbdaac0df15457a7cd18a3bdc9b36cfc (patch)
tree6e6aa53fa3360b72e9eda6b57f2093e0ce69f91a /libswscale/yuv2rgb_template.c
parentf66f0ca7779ffbf37bcd45f870b81d05994dd7ca (diff)
downloadmpv-cecfbf85dbdaac0df15457a7cd18a3bdc9b36cfc.tar.bz2
mpv-cecfbf85dbdaac0df15457a7cd18a3bdc9b36cfc.tar.xz
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28358 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/yuv2rgb_template.c')
-rw-r--r--libswscale/yuv2rgb_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c
index c66f24edeb..a850545a48 100644
--- a/libswscale/yuv2rgb_template.c
+++ b/libswscale/yuv2rgb_template.c
@@ -30,7 +30,7 @@
#undef EMMS
#undef SFENCE
-#if HAVE_3DNOW
+#if HAVE_AMD3DNOW
/* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
#define EMMS "femms"
#else