diff jfdctint.c @ 4283:d6f83e2f8804 libavcodec

rename always_inline to av_always_inline and move to common.h
author mru
date Fri, 08 Dec 2006 00:35:08 +0000
parents 9b98e18a1b1c
children f7cbb7733146
line wrap: on
line diff
--- a/jfdctint.c	Thu Dec 07 18:35:58 2006 +0000
+++ b/jfdctint.c	Fri Dec 08 00:35:08 2006 +0000
@@ -181,7 +181,7 @@
 #endif
 
 
-static always_inline void row_fdct(DCTELEM * data){
+static av_always_inline void row_fdct(DCTELEM * data){
   int_fast32_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
   int_fast32_t tmp10, tmp11, tmp12, tmp13;
   int_fast32_t z1, z2, z3, z4, z5;