Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon <ron@debian.org>2013-12-07 02:14:18 +0400
committerRon <ron@debian.org>2013-12-07 04:57:07 +0400
commite2d3bc3923287bc3e68ba13ddebe72ad2f9c62ae (patch)
treee829cddde8584ef4e69cac238ee17fa389c7b1d5 /configure.ac
parent6da046b6c1afbe11f4efead4723df6a9f04d2097 (diff)
Tidy the speex/*.h includes some more
This is a partial revert of 785e61a593c61ebc0afee5d87eca9cc73e16d6a6. The _BUILD_SPEEX special case isn't needed in the public headers, and we don't need '../include' relative paths in the internal files. Drop a few of the latter altogether where foo.c was including headers already included by its foo.h. The OUTSIDE_SPEEX guard isn't needed here anymore either, since that was only for the resampler which is now in a separate source tree.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c6ae8fc..0979deb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,8 +282,6 @@ fi
AC_SUBST(SIZE16)
AC_SUBST(SIZE32)
-AC_DEFINE([_BUILD_SPEEX], [], [Defined only when Speex itself is build built])
-
AC_OUTPUT([Makefile libspeex/Makefile src/Makefile doc/Makefile Speex.spec
include/Makefile include/speex/Makefile speex.pc
win32/Makefile win32/libspeex/Makefile win32/speexenc/Makefile