1
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:
diego 2007-10-10 08:45:54 +00:00
parent 76395883fb
commit 2aa0a0cfc3

4
configure vendored
View File

@ -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