[vlc-devel] mutex lock problem in linux
Sachin K
sachinutd at gmail.com
Fri Nov 30 22:01:42 CET 2007
Hi,
I have modified the VLC UDP access module to switch to automatic
multicast tunneling if no data arrives through native multicast. I
have done the development on windows and the implementation works
fine.
If I try to compile and run the same code on Linux (fedora core 7). I
am getting run time errors for the vlc_mutex_lock() and
vlc_mutex_unlock() with regards to deadlock.
Can I use the vlc_mutex_lock on Linux? Do I need to inlcude anything
to avoid the errors?
Thanks,
Sachin
More information about the vlc-devel
mailing list