diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-14 23:15:10 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-14 23:15:10 +0000 |
commit | 6e40bc14c9aa6d0cc569ed56904ef7e94cc66767 (patch) | |
tree | 8bb72b4eb89b4c97250d4b63226c4b35579b1b33 /configure | |
parent | 883557290d9e5ee140c8a603d05f49949b63cf0b (diff) |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |