[vlc-devel] [vlc-commits] src: removed 'vlc_poll' from symbol list

Rafaël Carré funman at videolan.org
Sat Jan 21 09:36:59 CET 2012


Le 2012-01-21 00:59, Naohiro KORIYAMA a écrit :
> This commit helps mac builds but breaks win32/64 builds. I tried the
> same thing, but ...
> 
> win32:
>   CCLD   libaccess_mms_plugin.la
> Creating library file: .libs/libaccess_mms_plugin.dll.a
> .libs/libaccess_mms_plugin_la-mmstu.o: In function `NetFillBuffer':
> /Users/nkoriyama/source/vlc/win32/modules/access/mms/../../../../extras/package/win32/../../../modules/access/mms/mmstu.c:1084:
> undefined reference to `_vlc_poll'

win32 buildbot doesn't run atm (we need j-b to upload new contribs)

> win64:
>   CCLD   libaccess_mms_plugin.la
> Creating library file: .libs/libaccess_mms_plugin.dll.a
> .libs/libaccess_mms_plugin_la-mmstu.o: In function `NetFillBuffer':
> /Users/nkoriyama/source/vlc/win64/modules/access/mms/../../../../extras/package/win32/../../../modules/access/mms/mmstu.c:1084:
> undefined reference to `vlc_poll'

but http://buildbot.videolan.org/builders/x86_64-win64/builds/142 is
fine with this revision

but it seems weird indeed that vlc_poll is removed since it's still used
by plugins.

Felix can you explain?



More information about the vlc-devel mailing list