mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.
patch by Emanuele Giaquinta, emanuele.giaquinta gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24761 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
76395883fb
commit
2aa0a0cfc3
4
configure
vendored
4
configure
vendored
@ -2016,7 +2016,7 @@ EOF
|
||||
|
||||
ppc|powerpc)
|
||||
_arch='POWERPC PPC'
|
||||
_def_dcbzl='#define NO_DCBZL 1'
|
||||
_def_dcbzl='#undef HAVE_DCBZL'
|
||||
_target_arch='ARCH_POWERPC = yes'
|
||||
iproc='ppc'
|
||||
proc=''
|
||||
@ -2089,7 +2089,7 @@ EOF
|
||||
if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3" || test "$_cc_major" -ge "4"; then
|
||||
case "$proc" in
|
||||
970*|PPC970*) _march='-mcpu=970' _mcpu='-mtune=970'
|
||||
_def_dcbzl='#undef NO_DCBZL' ;;
|
||||
_def_dcbzl='#define HAVE_DCBZL 1' ;;
|
||||
*) ;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user