Hi,
currently we are unable to build the Android LibVLC tags for versions 1.2.*. We get the following error, any idea what's wrong here? We do a clean checkout of the tag.
make[4]: *** [access/imem-access.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from ../../include/vlc_common.h:420:0,
from ../../modules/access/idummy.c:32:
../../modules/access/idummy.c: In function 'DemuxHold':
../../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.1' declared with attribute warning: use proper event handling instead of short delay [enabled by default]
#define msleep(d) msleep(check_delay(d))
^
../../modules/access/idummy.c:60:5: note: in expansion of macro 'msleep'
msleep( 10000 ); /* FIXME!!! */
^
In function 'DemuxPause.part.0',
inlined from 'DemuxPause':
../../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.1' declared with attribute warning: use proper event handling instead of short delay [enabled by default]
#define msleep(d) msleep(check_delay(d))
^
../../modules/access/idummy.c:78:5: note: in expansion of macro 'msleep'
msleep( 10000 ); /* FIXME!!! */
^
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2