summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-16 20:23:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-16 20:23:22 +0000
commit4a29d6dee80f5c8ec38592c8835b2998c2aa28ce (patch)
tree384c96cc1c8bdd08cf1fa1c6e680540a35585f42 /configure
parent26b29f4f2d4284fb81647a00b81530f280881303 (diff)
downloadmpv-4a29d6dee80f5c8ec38592c8835b2998c2aa28ce.tar.bz2
mpv-4a29d6dee80f5c8ec38592c8835b2998c2aa28ce.tar.xz
Move dcbzl definition to the FFmpeg section of config.h where it belongs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27792 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 8f2fe0796f..ddb3d806d8 100755
--- a/configure
+++ b/configure
@@ -8135,10 +8135,6 @@ $_def_words_endian
/* altivec.h support */
$def_altivec_h
-/* For the PPC. G5 has the dcbzl when in 64bit mode but G4s and earlier do not
- have the instruction. */
-$_def_dcbzl
-
/* Define this to any prefered value from 386 up to infinity with step 100 */
#define __CPU__ $iproc
@@ -8628,6 +8624,10 @@ $_def_muxers
/* Define if your processor can access unaligned data in a fast way */
$_def_fast_unaligned
+/* The G5 has the dcbzl when in 64bit mode but the G4 and earlier CPUs do not
+ have the instruction. */
+$_def_dcbzl
+
#define CONFIG_GPL 1
#define ENABLE_SMALL 0
#define ENABLE_GRAY 0