Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,
it's not configurable by the user. Originally committed as revision 8795 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a47ec310f2
commit
245626d045
4
configure
vendored
4
configure
vendored
@ -566,8 +566,6 @@ CONFIG_LIST='
|
|||||||
bktr
|
bktr
|
||||||
dc1394
|
dc1394
|
||||||
dv1394
|
dv1394
|
||||||
ebp_available
|
|
||||||
ebx_available
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
ffplay
|
ffplay
|
||||||
ffserver
|
ffserver
|
||||||
@ -626,6 +624,8 @@ HAVE_LIST="
|
|||||||
dev_video_bktr_ioctl_bt848_h
|
dev_video_bktr_ioctl_bt848_h
|
||||||
dlfcn_h
|
dlfcn_h
|
||||||
dlopen
|
dlopen
|
||||||
|
ebp_available
|
||||||
|
ebx_available
|
||||||
fast_64bit
|
fast_64bit
|
||||||
fast_cmov
|
fast_cmov
|
||||||
freetype2
|
freetype2
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
# define REGSP esp
|
# define REGSP esp
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(ARCH_X86_64) || (defined(ARCH_X86_32) && defined(CONFIG_EBX_AVAILABLE) && defined(CONFIG_EBP_AVAILABLE))
|
#if defined(ARCH_X86_64) || (defined(ARCH_X86_32) && defined(HAVE_EBX_AVAILABLE) && defined(HAVE_EBP_AVAILABLE))
|
||||||
# define CONFIG_7REGS 1
|
# define CONFIG_7REGS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user