1
0
Fork 0

Remove SpeexDSP from the auto-tools configuraiton

This commit is contained in:
krcroft 2019-11-11 14:23:05 -08:00 committed by Patryk Obara
parent d1a6f373cb
commit 9892c1722a
2 changed files with 13 additions and 16 deletions

View file

@ -466,15 +466,11 @@ else
AC_MSG_WARN([Can't find SDL_net, internal modem and ipx disabled])
fi
# Check for required Opus decoding libraries
# Check for the Opus file-handling library
PKG_CHECK_MODULES([OPUSFILE], [opusfile],
[ LIBS="$LIBS ${OPUSFILE_LIBS}"
CPPFLAGS="$CPPFLAGS ${OPUSFILE_CFLAGS}" ], [])
PKG_CHECK_MODULES([SPEEXDSP], [speexdsp],
[ LIBS="$LIBS ${SPEEXDSP_LIBS}"
CPPFLAGS="$CPPFLAGS ${SPEEXDSP_CFLAGS}" ], [])
AH_TEMPLATE(C_X11_XKB,[define to 1 if you have XKBlib.h and X11 lib])
AC_CHECK_LIB(X11, main, have_x11_lib=yes, have_x11_lib=no, )
AC_CHECK_HEADER(X11/XKBlib.h, have_x11_h=yes, have_x11_h=no, )