[MPlayer-cvslog] r27792 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Oct 16 22:23:22 CEST 2008
Author: diego
Date: Thu Oct 16 22:23:22 2008
New Revision: 27792
Log:
Move dcbzl definition to the FFmpeg section of config.h where it belongs.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Oct 16 22:23:22 2008
@@ -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
More information about the MPlayer-cvslog
mailing list