vlc/doc/libvlc
Alexandre Janniaux f030c94478 doc: thumbnailer: rename wait condition variable
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
2024-02-09 15:49:38 +00:00
..
QtGL doc: QtGL: implement window resize and mouse callbacks 2023-06-14 07:01:11 +00:00
QtPlayer doc/QtPlayer: set WS_CLIPCHILDREN on our window 2024-02-06 11:22:12 +00:00
appkit_player.m lib: remove useless libvlc_media_new_location() parameter 2022-06-18 19:10:34 +00:00
CHANGES-v3-to-v4.txt libvlc: doc: list breaking changes 2019-05-22 22:04:01 +02:00
CMakeLists.txt libvlc: always include the libvlc version header from vlc.h 2022-11-29 07:06:26 +00:00
d3d9_player.c libvlc: allow user to report mouse events when using libvlc_video_set_output_callbacks 2023-06-14 07:01:11 +00:00
d3d11_player.cpp doc: d3d11_player: implement mouse support 2023-06-14 07:01:11 +00:00
example.c doc: fix unused warning in example.c 2024-02-02 09:37:42 +00:00
gtk_player.c Fix gtk_player migrate to gtk3 2022-11-27 10:16:36 +00:00
sdl_opengl_player.cpp doc/libvlc: include cstdio/cstdlib 2023-01-27 11:40:39 +00:00
thumbnailer.c doc: thumbnailer: rename wait condition variable 2024-02-09 15:49:38 +00:00
vlc.thumbnailer doc: rename vlc-thumb.c 2024-02-02 09:37:42 +00:00
win_player.c doc/win_player: set WS_CLIPCHILDREN on our window 2024-02-06 11:22:12 +00:00
wx_player.cpp doc/wx_player: set WS_CLIPCHILDREN on our window 2024-02-06 11:22:12 +00:00