I am having problems in building on VLC ...
I did not understand the following line of code in the
file modules_inner.h
p_config[ ++i_config ] = (module_config_t){CONFIG_HINT_END };
it is giving an error
libvlc.h : error C2059: syntax error : '{'
as CONFIG_HINT_END is a constant .. how can we
typecast it ??
Can you please guide me.
regards -sus