[vlc-devel] compile fix for atmo

Andre Weber WeberAndre at gmx.de
Sun Aug 3 19:54:49 CEST 2008


>>Note that the return type has not changed, at least not in the past few years.
>>It was void * and it remains as such.
then my code was wrong all the time ;-) and nobody recognized it -- and it may
be I copied the code from somewhere else from VLC sources to create my
thread handling.

Thanks for clarification.

André
--
atmo

----- Original Message ----- 
From: "Rémi Denis-Courmont" <rdenis at simphalempin.com>
To: <vlc-devel at videolan.org>
Sent: Sunday, August 03, 2008 7:49 PM
Subject: Re: [vlc-devel] compile fix for atmo


Le dimanche 3 août 2008 20:41:55 André Weber (atmo), vous avez écrit :
> @to the others:
> What was the reason to change the thread function signature?

The thread function signature has changed from void * (*) (void *) to void *
(*) (vlc_object_t *) because it can only accept a VLC object anyway.

Note that the return type has not changed, at least not in the past few years.
It was void * and it remains as such.

-- 
Rémi Denis-Courmont
http://www.remlab.net/
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc-devel




More information about the vlc-devel mailing list