[FFmpeg-devel] [PATCH] os_support: make poll() fallbacks with conditional to CONFIG_NETWORK

Ronald S. Bultje rsbultje
Fri Jan 28 18:21:32 CET 2011


Hi,

On Fri, Jan 28, 2011 at 12:13 PM, Mans Rullgard <mans at mansr.com> wrote:
> poll() is only used by networking code, so the fallback should
> only be built if networking is enabled. ?Also remove CONFIG_FFSERVER
> condition from the declarations.
>
> This should fix building on systems without poll(), broken
> by a8475bbdb64e638bd8161df9647876fd23f8a29a.
>
> Signed-off-by: Mans Rullgard <mans at mansr.com>
> ---
> ?libavformat/os_support.c | ? ?2 +-
> ?libavformat/os_support.h | ? ?2 --
> ?2 files changed, 1 insertions(+), 3 deletions(-)

OK.

Ronald



More information about the ffmpeg-devel mailing list