mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 04:15:05 +00:00
add x86 to ARCH_LIST simplifying config file generation
Originally committed as revision 9323 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
18ca9a4a99
commit
48a14b9174
12
configure
vendored
12
configure
vendored
@ -676,6 +676,7 @@ ARCH_LIST='
|
||||
sh4
|
||||
sparc
|
||||
sparc64
|
||||
x86
|
||||
x86_32
|
||||
x86_64
|
||||
'
|
||||
@ -1977,20 +1978,15 @@ echo "EXESUF=\${BUILDSUF}$EXESUF" >> config.mak
|
||||
enable $arch
|
||||
|
||||
# special cases
|
||||
enabled_any x86_32 x86_64 && enable x86
|
||||
enabled sparc64 && enable sparc
|
||||
|
||||
case "$arch" in
|
||||
x86_32|x86_64)
|
||||
echo "ARCH_X86=yes" >> config.mak
|
||||
echo "#define ARCH_X86 1" >> $TMPH
|
||||
;;
|
||||
powerpc)
|
||||
if test "$POWERPCMODE" = "64bits"; then
|
||||
echo "#define POWERPC_MODE_64BITS 1" >> $TMPH
|
||||
fi
|
||||
;;
|
||||
sparc64)
|
||||
echo "ARCH_SPARC=yes" >> config.mak
|
||||
echo "#define ARCH_SPARC 1" >> $TMPH
|
||||
;;
|
||||
esac
|
||||
|
||||
if enabled bigendian; then
|
||||
|
Loading…
Reference in New Issue
Block a user