[vlc-devel] [vlc-commits] NPAPI: asynchronous 'stop' when requested through controls, so it does not block the browser if it takes a long time.

Sergey Radionov rsatom at gmail.com
Mon Jan 23 01:49:31 CET 2012


this patch breaks compilation under Visual Studio:
Compiling...
vlcplugin_base.cpp
npapi-vlc\npapi\vlcplugin_base.cpp(897) : error C2065: 'pthread_t' :
undeclared identifier
npapi-vlc\npapi\vlcplugin_base.cpp(897) : error C2146: syntax error :
missing ';' before identifier 'thread'
npapi-vlc\npapi\vlcplugin_base.cpp(897) : error C2065: 'thread' :
undeclared identifier
npapi-vlc\npapi\vlcplugin_base.cpp(898) : error C2065: 'thread' :
undeclared identifier
npapi-vlc\npapi\vlcplugin_base.cpp(898) : error C3861:
'pthread_create': identifier not found
npapi-vlc\npapi\vlcplugin_base.cpp(899) : error C2065: 'thread' :
undeclared identifier
npapi-vlc\npapi\vlcplugin_base.cpp(899) : error C3861:
'pthread_detach': identifier not found



More information about the vlc-devel mailing list