From 9686df2be543b740ec71e6ef633f312b8592813f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 3 Dec 2008 15:23:30 +0000 Subject: Delete unnecessary 'extern' keywords. Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/celp_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/celp_math.h') diff --git a/libavcodec/celp_math.h b/libavcodec/celp_math.h index ce0726fba1..96f4158a4e 100644 --- a/libavcodec/celp_math.h +++ b/libavcodec/celp_math.h @@ -91,6 +91,6 @@ static inline int bidir_sal(int value, int offset) * * @return dot product = sum of elementwise products */ -extern float ff_dot_productf(const float* a, const float* b, int length); +float ff_dot_productf(const float* a, const float* b, int length); #endif /* AVCODEC_CELP_MATH_H */ -- cgit v1.2.3