]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/idct_mmx_xvid.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / x86 / idct_mmx_xvid.c
index 1b48ab52bb082b665e0ab2f8d9cc7df574b050c4..5d8027fb27aeb437cf11889caf79cc9ddb098467 100644 (file)
@@ -43,6 +43,8 @@
 #include "libavcodec/avcodec.h"
 #include "idct_xvid.h"
 
+#if HAVE_INLINE_ASM
+
 //=============================================================================
 // Macros and other preprocessor constants
 //=============================================================================
@@ -523,3 +525,5 @@ __asm__ volatile(
     DCT_8_INV_COL(8(%0), 8(%0))
     :: "r"(block), "r"(rounder_0), "r"(tab_i_04_xmm), "r"(tg_1_16));
 }
+
+#endif /* HAVE_INLINE_ASM */