[vlc-devel] [PATCH 1/2] libacces_mms_plugins: fix linkage on OS/2

Rémi Denis-Courmont remi at remlab.net
Mon Nov 24 18:31:15 CET 2014


Le samedi 22 novembre 2014, 18:11:50 KO Myung-Hun a écrit :
> +VLC_API int vlc_poll (struct pollfd *fds, unsigned nfds, int timeout);
> 
> -#endif /* LIBVLC_USE_PTHREAD_CANCEL */
> +#define poll(u,n,t) vlc_poll(u, n, t)

Apparently, I was not clear enough. I do *NOT* want poll() to go through 
LibVLC on POSIX systems (or any other systems where it would not need to be 
wrapped).

> 
>  static inline void vlc_cleanup_lock (void *lock)
>  {
> diff --git a/src/Makefile.am b/src/Makefile.am

-- 
Rémi Denis-Courmont
http://www.remlab.net/




More information about the vlc-devel mailing list