mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 02:41:13 +00:00
missing parts of --target support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2991 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7a3fe1da26
commit
584b79c136
5
configure
vendored
5
configure
vendored
@ -371,7 +371,8 @@ if test "$_as" = auto ; then
|
||||
fi
|
||||
|
||||
# Try to find the available options for the current CPU
|
||||
if test "$host_arch" = i386 ; then
|
||||
if test "$host_arch" = i386 || test "$host_arch" = i486 ||
|
||||
test "$host_arch" = i586 || test "$host_arch" = i686; then
|
||||
if test -r /proc/cpuinfo ; then
|
||||
# linux with /proc mounted, extract cpu information from it
|
||||
_cpuinfo="cat /proc/cpuinfo"
|
||||
@ -426,7 +427,7 @@ fi
|
||||
|
||||
|
||||
case "$host_arch" in
|
||||
i386)
|
||||
i386|i486|i586|i686)
|
||||
_def_arch="#define ARCH_X86 1"
|
||||
_target_arch="TARGET_ARCH_X86 = yes"
|
||||
_def_words_endian="#undef WORDS_BIGENDIAN"
|
||||
|
Loading…
Reference in New Issue
Block a user