1
1
dnl Process this file with autoconf to produce a configure script. -*-m4-*-
2
2
3
- AC_INIT ( libspeex/speex .c)
3
+ AC_INIT ( libspeexdsp/preprocess .c)
4
4
5
5
AM_CONFIG_HEADER([ config.h] )
6
6
@@ -22,7 +22,7 @@ AC_SUBST(SPEEX_LT_AGE)
22
22
23
23
# For automake.
24
24
VERSION=$SPEEX_VERSION
25
- PACKAGE=speex
25
+ PACKAGE=speexdsp
26
26
27
27
AC_SUBST ( SPEEX_VERSION )
28
28
@@ -112,7 +112,6 @@ AC_MSG_RESULT($has_visibility)
112
112
113
113
AC_CHECK_HEADERS ( sys/soundcard.h sys/audioio.h )
114
114
115
- XIPH_PATH_OGG([ src="src"] , [ src=""] )
116
115
AC_SUBST ( src )
117
116
118
117
AC_CHECK_LIB ( m , sin )
@@ -204,12 +203,6 @@ AC_ARG_ENABLE(ti-c55x, [ --enable-ti-c55x Enable support for TI C55X DSP
204
203
AC_DEFINE ( [ TI_C55X] , , [ Enable support for TI C55X DSP] )
205
204
fi] )
206
205
207
- AC_ARG_ENABLE ( vorbis-psy , [ --enable-psy Enable the Vorbis psy model] ,
208
- [ if test "$enableval" = yes; then
209
- vorbis_psy=yes;
210
- AC_DEFINE ( [ VORBIS_PSYCHO] , , [ Enable support for the Vorbis psy model] )
211
- fi] )
212
-
213
206
AC_ARG_WITH ( [ fft] , [ AS_HELP_STRING ( [ --with-fft=choice] ,[ use an alternate FFT implementation. The available choices are
214
207
kiss (default fixed point), smallft (default floating point), gpl-fftw3 and proprietary-intel-mkl] ) ] ,
215
208
[ FFT=$withval]
@@ -247,8 +240,6 @@ AM_CONDITIONAL(BUILD_KISS_FFT, [test "$FFT" = "kiss"])
247
240
AM_CONDITIONAL(BUILD_SMALLFT, [ test "$FFT" = "smallft"] )
248
241
AC_SUBST ( FFT_PKGCONFIG )
249
242
250
- AM_CONDITIONAL(BUILD_VORBIS_PSY, [ test "x$vorbis_psy" = "xyes"] )
251
-
252
243
AC_CHECK_SIZEOF ( short )
253
244
AC_CHECK_SIZEOF ( int )
254
245
AC_CHECK_SIZEOF ( long )
@@ -284,36 +275,24 @@ AC_SUBST(SIZE32)
284
275
285
276
AC_DEFINE ( [ _BUILD_SPEEX] , [ ] , [ Defined only when Speex itself is build built] )
286
277
287
- AC_OUTPUT ([ Makefile libspeex/Makefile src/Makefile doc/Makefile Speex.spec
288
- include/Makefile include/speex/Makefile speex.pc speexdsp.pc
289
- win32/Makefile win32/libspeex/Makefile win32/speexenc/Makefile
290
- win32/speexdec/Makefile symbian/Makefile
278
+ AC_OUTPUT ([ Makefile libspeexdsp/Makefile doc/Makefile SpeexDSP.spec
279
+ include/Makefile include/speex/Makefile speexdsp.pc
280
+ win32/Makefile win32/libspeexdsp/Makefile
281
+ symbian/Makefile
282
+
291
283
win32/VS2003/Makefile
292
- win32/VS2003/tests/Makefile
293
- win32/VS2003/libspeex/Makefile
294
284
win32/VS2003/libspeexdsp/Makefile
295
- win32/VS2003/speexdec /Makefile
296
- win32/VS2003/speexenc/Makefile
285
+ win32/VS2003/tests /Makefile
286
+
297
287
win32/VS2005/Makefile
298
- win32/VS2005/libspeex/Makefile
299
- win32/VS2005/speexdec/Makefile
300
- win32/VS2005/speexenc/Makefile
301
288
win32/VS2005/libspeexdsp/Makefile
302
289
win32/VS2005/tests/Makefile
303
- win32/VS2008/libspeexdsp/Makefile
290
+
304
291
win32/VS2008/Makefile
305
- win32/VS2008/speexdec /Makefile
292
+ win32/VS2008/libspeexdsp /Makefile
306
293
win32/VS2008/tests/Makefile
307
- win32/VS2008/libspeex/Makefile
308
- win32/VS2008/speexenc/Makefile
309
- include/speex/speex_config_types.h ti/Makefile
294
+ include/speex/speexdsp_config_types.h ti/Makefile
310
295
ti/speex_C54_test/Makefile ti/speex_C55_test/Makefile
311
296
ti/speex_C64_test/Makefile ] )
312
297
313
- if test "x$src" = "x"; then
314
- echo "**IMPORTANT**"
315
- echo "You don't seem to have the development package for libogg (libogg-devel) installed. Only the Speex library (libspeex) will be built (no encoder/decoder executable)"
316
- echo "You can download libogg from http://downloads.xiph.org/releases/ogg/"
317
- fi
318
-
319
298
echo "Type \"make; make install\" to compile and install Speex";
0 commit comments