[SCM] libav/experimental: check for inline asm support

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:15:56 UTC 2013


The following commit has been merged in the experimental branch:
commit 61d251dbc02bf8449149240a03960ac9cfd97814
Author: Måns Rullgård <mans at mansr.com>
Date:   Wed Feb 27 22:06:48 2008 +0000

    check for inline asm support
    
    Originally committed as revision 12270 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 94e40cf..ab8444b 100755
--- a/configure
+++ b/configure
@@ -732,6 +732,7 @@ HAVE_LIST="
     getrusage
     imlib2
     inet_aton
+    inline_asm
     libdc1394_1
     libdc1394_2
     llrint
@@ -1509,6 +1510,8 @@ if test "$?" != 0; then
     die "C compiler test failed."
 fi
 
+check_asm inline_asm '""'
+
 if enabled x86; then
     # check whether EBP is available on x86
     # As 'i' is stored on the stack, this program will crash

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list