File tree Expand file tree Collapse file tree 3 files changed +1
-142
lines changed Expand file tree Collapse file tree 3 files changed +1
-142
lines changed Original file line number Diff line number Diff line change @@ -43,27 +43,6 @@ has_var_arrays=no
4343)
4444AC_MSG_RESULT ( $has_var_arrays )
4545
46- AC_CHECK_HEADERS ( [ alloca.h getopt.h] )
47- AC_MSG_CHECKING ( for alloca )
48- AC_TRY_COMPILE ( [
49- #ifdef HAVE_ALLOCA_H
50- # include <alloca.h>
51- #endif
52- #include <stdlib.h>
53- ] , [
54- int foo=10;
55- int *array = alloca(foo);
56- ] ,
57- [
58- has_alloca=yes;
59- if test x$has_var_arrays = "xno" ; then
60- AC_DEFINE ( [ USE_ALLOCA] , [ ] , [ Make use of alloca] )
61- fi
62- ] ,
63- has_alloca=no
64- )
65- AC_MSG_RESULT ( $has_alloca )
66-
6746AC_MSG_CHECKING ( for SSE in current arch/CFLAGS )
6847AC_LINK_IFELSE ( [
6948AC_LANG_PROGRAM ( [ [
@@ -143,11 +122,6 @@ AC_SUBST(src)
143122LT_LIB_M
144123
145124
146- AC_ARG_ENABLE ( valgrind , [ --enable-valgrind Enable valgrind extra checks] ,
147- [ if test "$enableval" = yes; then
148- AC_DEFINE ( [ ENABLE_VALGRIND] , , [ Enable valgrind extra checks] )
149- fi] )
150-
151125AC_ARG_ENABLE ( sse , [ --enable-sse Enable SSE support] , [
152126if test "x$enableval" != xno; then
153127has_sse=yes
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ noinst_HEADERS = arch.h bfin.h \
2424 fixed_arm4.h \
2525 fixed_arm5e.h fixed_bfin.h fixed_debug.h \
2626 math_approx.h misc_bfin.h \
27- stack_alloc.h fftwrap.h \
27+ fftwrap.h \
2828 filterbank.h fixed_generic.h os_support.h \
2929 pseudofloat.h smallft.h vorbis_psy.h resample_sse.h resample_neon.h
3030
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments