Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
52265ccd
Commit
52265ccd
authored
Sep 27, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove legacy alloca checks
parent
b9f54b7c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
20 deletions
+0
-20
configure.ac
configure.ac
+0
-1
modules/audio_output/oss.c
modules/audio_output/oss.c
+0
-4
modules/gui/qnx/aout.c
modules/gui/qnx/aout.c
+0
-4
src/audio_output/dec.c
src/audio_output/dec.c
+0
-4
src/audio_output/filters.c
src/audio_output/filters.c
+0
-4
src/audio_output/mixer.c
src/audio_output/mixer.c
+0
-3
No files found.
configure.ac
View file @
52265ccd
...
...
@@ -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])
...
...
modules/audio_output/oss.c
View file @
52265ccd
...
...
@@ -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,
...
...
modules/gui/qnx/aout.c
View file @
52265ccd
...
...
@@ -33,10 +33,6 @@
#include <vlc_common.h>
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#include <vlc_aout.h>
#include <sys/asoundlib.h>
...
...
src/audio_output/dec.c
View file @
52265ccd
...
...
@@ -32,10 +32,6 @@
#include <vlc_common.h>
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#include <vlc_aout.h>
#include <vlc_input.h>
...
...
src/audio_output/filters.c
View file @
52265ccd
...
...
@@ -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>
...
...
src/audio_output/mixer.c
View file @
52265ccd
...
...
@@ -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"
/*****************************************************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment