[vlc-devel] Calling input_Seek( )
Marius David
davidmarius2005 at yahoo.com
Thu Jun 15 15:38:30 CEST 2006
Hi .. i have tried to call the input_Seek function, in the RC module, but the compilation end whith an error: " undefined reference to `_input_Seek' "
p_input = vlc_object_find( p_intf, VLC_OBJECT_INPUT,
FIND_ANYWHERE );
input_Seek( p_input, 0);
vlc_object_release( p_input );
It's that the correct aproach ?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060615/3e623f84/attachment.html>
More information about the vlc-devel
mailing list