1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-23 00:06:56 +00:00

Only add available CPU extensions to config.mak.

Fixes compilation on non-x86 after latest FFmpeg changes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26493 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-22 19:46:08 +00:00
parent b670c39ced
commit 61e9f32d6a

12
configure vendored
View File

@ -7818,17 +7818,7 @@ VIDIX_UNICHROME=$_vidix_drv_unichrome
$_target_arch
$_target_arch_x86
TARGET_CPU=$iproc
HAVE_MMX = $_mmx
HAVE_MMX2 = $_mmxext
HAVE_3DNOW = $_3dnow
HAVE_3DNOWEX = $_3dnowext
HAVE_SSE = $_sse
HAVE_CMOV = $_cmov
HAVE_ALTIVEC = $_altivec
HAVE_ARMV5TE = $_armv5te
HAVE_ARMV6 = $_armv6
HAVE_IWMMXT = $_iwmmxt
HAVE_VIS = $_vis
`echo $_cpuexts | tr '[a-z] ' '[A-Z]\n' | sed 's/^/HAVE_/;s/$/=yes/'`
# --- GUI stuff ---
GUI_GTK = $_gui_gtk