You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavf/rtpproto: Use the correct patch when including poll.h
Fixes a warning using musl: In file included from libavformat/rtpproto.c:43:0: /usr/local/musl/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include "os_support.h"
|
||||
#include <fcntl.h>
|
||||
#if HAVE_POLL_H
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
||||
typedef struct RTPContext {
|
||||
|
Reference in New Issue
Block a user