From 6e40bc14c9aa6d0cc569ed56904ef7e94cc66767 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 14 Oct 2008 23:15:10 +0000 Subject: [PATCH] cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27775 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index bc22927054..a7bff7b18a 100755 --- a/configure +++ b/configure @@ -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