]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cabac.h
Merge remote branch 'qatar/master'
[ffmpeg] / libavcodec / cabac.h
index ea4ac54a233850fe6e9c22245d4612dbb16a8c3b..0af77e426fb2518de00294df8d166336dece0bef 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/cabac.h
+ * @file
  * Context Adaptive Binary Arithmetic Coder.
  */
 
@@ -637,7 +637,7 @@ static int av_unused get_cabac_bypass(CABACContext *c){
 
 
 static av_always_inline int get_cabac_bypass_sign(CABACContext *c, int val){
-#if ARCH_X86 && !(defined(PIC) && defined(__GNUC__))
+#if ARCH_X86 && HAVE_EBX_AVAILABLE
     __asm__ volatile(
         "movl "RANGE    "(%1), %%ebx            \n\t"
         "movl "LOW      "(%1), %%eax            \n\t"