mirror of https://github.com/mpv-player/mpv
Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29023 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3349369dfa
commit
941a7941de
|
@ -1707,6 +1707,7 @@ fi
|
|||
|
||||
|
||||
def_fast_64bit='#define HAVE_FAST_64BIT 0'
|
||||
def_fast_unaligned='#define HAVE_FAST_UNALIGNED 0'
|
||||
_arch_all='X86 X86_32 X86_64 IA64 SPARC ARM AVR32 SH4 PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA GENERIC'
|
||||
case "$host_arch" in
|
||||
i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686)
|
||||
|
|
Loading…
Reference in New Issue