Re: [FFmpeg-devel] [PATCH]lavf/rtpproto: Use correct path when including poll.h

2019-01-15 Thread Carl Eugen Hoyos
2019-01-14 18:24 GMT+01:00, Carl Eugen Hoyos : > Attached patch fixes a warning when compiling with musl. Patch applied. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH]lavf/rtpproto: Use correct path when including poll.h

2019-01-14 Thread Carl Eugen Hoyos
Hi! Attached patch fixes a warning when compiling with musl. Please comment, Carl Eugen From 91aabded879973cd266988790e894fe687c69a0d Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 14 Jan 2019 18:21:15 +0100 Subject: [PATCH] lavf/rtpproto: Use the correct patch when including poll.h