From 1b3155cf51e2cf310d036194363d2fd6694685b8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 25 Oct 2013 21:24:05 +0200 Subject: ao_alsa: don't include alloca.h It's true that ALSA uses alloca() in some of its API functions, but since this is hidden behind macros in the ALSA headers, we have no reason to include alloca.h ourselves. Might help with portability (FreeBSD). --- audio/out/ao_alsa.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao_alsa.c b/audio/out/ao_alsa.c index ff931e2a0b..1ad2e1e517 100644 --- a/audio/out/ao_alsa.c +++ b/audio/out/ao_alsa.c @@ -33,7 +33,6 @@ #include #include #include -#include #include "config.h" #include "mpvcore/options.h" -- cgit v1.2.3