Comment by PaulJam (PaulJam) - Thursday, 24 May 2007, 07:43 GMT
I think the problem is, that this patch adds an additional parameter to the function get_metadata and this function got added to the plugin api recently (without the additional parameter of course). So in order to fix this warning you propably have to change the prototype of get_metadata in apps/plugin.h accordingly and add the additional parameter in the function call in apss/plugins/test_codec.c (i guess "false" would be appropriate here, but i'm not sure).