[vlc-commits] [Git][videolan/vlc][master] access: rtp: include vlc_poll.h
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Feb 17 07:21:59 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
18eef774 by Steve Lhomme at 2024-02-17T06:59:50+00:00
access: rtp: include vlc_poll.h
Calling poll() requires using vlc_poll.h to redirect to custom code on some platforms.
Regression from 3f613a85f58edc1e37d56a1fe7769c9e14981258.
- - - - -
1 changed file:
- modules/access/rtp/input.c
Changes:
=====================================
modules/access/rtp/input.c
=====================================
@@ -38,6 +38,7 @@
#include <vlc_common.h>
#include <vlc_threads.h>
+#include <vlc_poll.h>
#include <vlc_demux.h>
#include <vlc_block.h>
#include "vlc_dtls.h"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/18eef774213ee5d21a2415645ba57fefd002e44d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/18eef774213ee5d21a2415645ba57fefd002e44d
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list