[MPlayer-cvslog] r27775 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Oct 15 01:15:10 CEST 2008
Author: diego
Date: Wed Oct 15 01:15:10 2008
New Revision: 27775
Log:
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Oct 15 01:15:10 2008
@@ -8127,9 +8127,6 @@ $_def_runtime_cpudetection
byte first (like Motorola and SPARC, unlike Intel and VAX). */
$_def_words_endian
-/* Define if your processor can access unaligned data in a fast way */
-$_def_fast_unaligned
-
`ff_config_enable "$_arch_all" "$_arch" "ARCH"`
/* Extension defines */
@@ -8674,6 +8671,9 @@ $_def_muxers
#define HAVE_EBP_AVAILABLE 1
#endif
+/* Define if your processor can access unaligned data in a fast way */
+$_def_fast_unaligned
+
#define CONFIG_GPL 1
#define ENABLE_SMALL 0
#define ENABLE_GRAY 0
More information about the MPlayer-cvslog
mailing list