Commit 52265ccd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove legacy alloca checks

parent b9f54b7c
......@@ -572,7 +572,6 @@ need_libc=false
dnl Check for usual libc functions
AC_CHECK_FUNCS([gettimeofday isatty sigrelse getpwuid_r memalign posix_memalign if_nametoindex getenv putenv setenv ctime_r daemon fork lstat posix_fadvise posix_madvise uselocale])
AC_FUNC_ALLOCA
AC_CHECK_FUNCS(fcntl)
AC_REPLACE_FUNCS([asprintf atof atoll getcwd getpid gmtime_r lldiv localtime_r rewind strcasecmp strcasestr strdup strlcpy strncasecmp strndup strnlen strsep strtof strtoll vasprintf swab])
AC_CHECK_FUNCS([stricmp strnicmp])
......
......@@ -39,10 +39,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#include <vlc_aout.h>
/* SNDCTL_DSP_RESET, SNDCTL_DSP_SETFMT, SNDCTL_DSP_STEREO, SNDCTL_DSP_SPEED,
......
......@@ -33,10 +33,6 @@
#include <vlc_common.h>
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#include <vlc_aout.h>
#include <sys/asoundlib.h>
......
......@@ -32,10 +32,6 @@
#include <vlc_common.h>
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#include <vlc_aout.h>
#include <vlc_input.h>
......
......@@ -33,10 +33,6 @@
#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>
......
......@@ -33,9 +33,6 @@
#include <vlc_common.h>
#include <libvlc.h>
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#include <vlc_aout.h>
#include "aout_internal.h"
/*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment