Browse code

check for inline asm support

Originally committed as revision 12270 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2008/02/28 07:06:48
Showing 1 changed files
... ...
@@ -732,6 +732,7 @@ HAVE_LIST="
732 732
     getrusage
733 733
     imlib2
734 734
     inet_aton
735
+    inline_asm
735 736
     libdc1394_1
736 737
     libdc1394_2
737 738
     llrint
... ...
@@ -1509,6 +1510,8 @@ if test "$?" != 0; then
1509 1509
     die "C compiler test failed."
1510 1510
 fi
1511 1511
 
1512
+check_asm inline_asm '""'
1513
+
1512 1514
 if enabled x86; then
1513 1515
     # check whether EBP is available on x86
1514 1516
     # As 'i' is stored on the stack, this program will crash