summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-14 23:15:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-14 23:15:10 +0000
commit6e40bc14c9aa6d0cc569ed56904ef7e94cc66767 (patch)
tree8bb72b4eb89b4c97250d4b63226c4b35579b1b33 /configure
parent883557290d9e5ee140c8a603d05f49949b63cf0b (diff)
downloadmpv-6e40bc14c9aa6d0cc569ed56904ef7e94cc66767.tar.bz2
mpv-6e40bc14c9aa6d0cc569ed56904ef7e94cc66767.tar.xz
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-xconfigure6
1 files 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