Commit 0dcf62d9 authored by diego's avatar diego

Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,

it's not configurable by the user.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8795 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 99596bc2
......@@ -566,8 +566,6 @@ CONFIG_LIST='
bktr
dc1394
dv1394
ebp_available
ebx_available
ffmpeg
ffplay
ffserver
......@@ -626,6 +624,8 @@ HAVE_LIST="
dev_video_bktr_ioctl_bt848_h
dlfcn_h
dlopen
ebp_available
ebx_available
fast_64bit
fast_cmov
freetype2
......
......@@ -57,7 +57,7 @@
# define REGSP esp
#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
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment