mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 09:53:43 +08:00
f030c94478
wait is a standard symbol from POSIX and using the same identifier is conflicting on macosx, resulting in build errors: vlc/doc/libvlc/thumbnailer.c:110:24: error: redefinition of 'wait' as different kind of symbol static pthread_cond_t wait; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:248:9: note: previous definition is here pid_t wait(int *) __DARWIN_ALIAS_C(wait); ^ Fixes #28519 |
||
---|---|---|
.. | ||
QtGL | ||
QtPlayer | ||
appkit_player.m | ||
CHANGES-v3-to-v4.txt | ||
CMakeLists.txt | ||
d3d9_player.c | ||
d3d11_player.cpp | ||
example.c | ||
gtk_player.c | ||
sdl_opengl_player.cpp | ||
thumbnailer.c | ||
vlc.thumbnailer | ||
win_player.c | ||
wx_player.cpp |