xmms - Fix inline linking problems with old glib
authorTimothy B. Terriberry <tterribe@xiph.org>
Thu, 7 Feb 2013 20:28:39 +0000 (12:28 -0800)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Fri, 8 Feb 2013 07:58:29 +0000 (18:58 +1100)
commit81c917829a3fd0f21b35fdffb500f77d468ab4f8
tree16cd24df1dd0adcc0fc1256c5ffc9217ddeff6cc
parent100c82e18b59be9e30247f61f0748cd59e35be34
xmms - Fix inline linking problems with old glib

f0296255 switched to --std=c99 by default, but old glib relies on
 the pre-C99 extern inline rules.
Override G_INLINE_FUNC for it to avoid multiple definition linker
 errors.

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
src/plugin_xmms/charset.c
src/plugin_xmms/configure.c
src/plugin_xmms/fileinfo.c
src/plugin_xmms/http.c
src/plugin_xmms/plugin.c
src/plugin_xmms/plugin.h
src/plugin_xmms/tag.c