Commit f60e1bdb authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

An other attempt at fixing compilation of dbus.

parent 7377b282
......@@ -865,8 +865,11 @@ static int TrackChange( vlc_object_t *p_this, const char *psz_var,
dbus_message_iter_close_container( &dict, &dict_entry ); }
#define ADD_VLC_META_STRING( entry, item ) \
{ \
const char * psz = input_item_Get##item( p_input );\
ADD_META( entry, DBUS_TYPE_STRING, \
input_item_Get##item( p_input ) );
psz ); \
}
static int GetInputMeta( input_item_t* p_input,
DBusMessageIter *args )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment