mirror of
https://github.com/mpv-player/mpv
synced 2024-12-20 05:42:19 +00:00
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
This commit is contained in:
parent
883557290d
commit
6e40bc14c9
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user