[SCM] libav/experimental: Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST, it's not configurable by the user.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 245626d045db09ebceb86c59344eeb1986f79225
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Apr 24 07:06:30 2007 +0000

    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

diff --git a/configure b/configure
index 54efb2c..1c6efb4 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h
index 67d4cd9..ebd60ff 100644
--- a/libavutil/x86_cpu.h
+++ b/libavutil/x86_cpu.h
@@ -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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list