summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-03 18:50:54 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-03 18:50:54 +0000
commita2e99c9a7dc66c59db56009dbabaeb2687360cb9 (patch)
treeda56e74cac3700a5b722992c66bc63a60f9a3f66
parent73abeaa28f93179292f4a3bf3058fef2b1678d3f (diff)
downloadmpv-a2e99c9a7dc66c59db56009dbabaeb2687360cb9.tar.bz2
mpv-a2e99c9a7dc66c59db56009dbabaeb2687360cb9.tar.xz
define USE_MMX_IDCT for libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1439 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index b22893ea02..c549008ef5 100755
--- a/configure
+++ b/configure
@@ -1962,6 +1962,10 @@ $_mmx // only define if you have MMX (newer x86 chips, not P54C/PPro)
$_mmx2 // only define if you have MMX2 (Athlon/PIII/4/CelII)
$_ssem // only define if you have SSE (Intel Pentium III/4 or Celeron II)
+#ifdef HAVE_MMX
+#define USE_MMX_IDCT
+#endif
+
/* libvo options */
#define SCREEN_SIZE_X $_x
#define SCREEN_SIZE_Y $_y