]> git.sesse.net Git - vlc/blobdiff - src/audio_output/filters.c
Remove legacy alloca checks
[vlc] / src / audio_output / filters.c
index 5a0fa4f728d8003ad900e7f2a6a7527b53797dda..7553c145f46453cbc63bc4802e41b1cf853aee39 100644 (file)
 #include <vlc_common.h>
 #include <vlc_dialog.h>
 
-#ifdef HAVE_ALLOCA_H
-#   include <alloca.h>
-#endif
-
 #include <vlc_aout.h>
 #include "aout_internal.h"
 #include <libvlc.h>