From 0ecdc7ea248c6ed514d751fb6bdfef4966c06476 Mon Sep 17 00:00:00 2001 From: bossiel Date: Thu, 14 Aug 2014 20:09:31 +0000 Subject: [PATCH] Use 'extern' keyword for speex denoiser --- .../doubango/tinyDAV/include/tinydav/audio/tdav_speex_denoise.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/2.0/doubango/tinyDAV/include/tinydav/audio/tdav_speex_denoise.h b/branches/2.0/doubango/tinyDAV/include/tinydav/audio/tdav_speex_denoise.h index 33d0f78f..3271066a 100644 --- a/branches/2.0/doubango/tinyDAV/include/tinydav/audio/tdav_speex_denoise.h +++ b/branches/2.0/doubango/tinyDAV/include/tinydav/audio/tdav_speex_denoise.h @@ -38,7 +38,7 @@ TDAV_BEGIN_DECLS -const tmedia_denoise_plugin_def_t *tdav_speex_denoise_plugin_def_t; +extern const tmedia_denoise_plugin_def_t *tdav_speex_denoise_plugin_def_t; TDAV_END_DECLS