diff common.h @ 151:ae0516eadae2 libavcodec

fixed gcc-3.0.x compilation (by Michael Niedermayer)
author nickols_k
date Sat, 10 Nov 2001 14:36:12 +0000
parents cb5dabd00ba2
children 1e5f64be86fc
line wrap: on
line diff
--- a/common.h	Fri Nov 09 02:17:02 2001 +0000
+++ b/common.h	Sat Nov 10 14:36:12 2001 +0000
@@ -344,7 +344,7 @@
 
 /* misc math functions */
 
-extern inline int av_log2(unsigned int v)
+static inline int av_log2(unsigned int v)
 {
     int n;