mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
acinclude.m4: add a function to help checking sdl-config, gtk-config
and the like (this could be used for gtk and gtk2 as well) Other files: add tests for sdl, sdl_image and avcodec and regenerate configure and autoconfig.h.in git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -228,6 +228,12 @@
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
/* Define this to indicate the ${FFMPEG_DESCRIP} library */
|
||||
#undef HAVE_FFMPEG
|
||||
|
||||
/* Define to indicate the ${FFMPEG_DESCRIP} library version */
|
||||
#undef HAVE_FFMPEG_VERSION
|
||||
|
||||
/* Define this to indicate the ${FLOOR_DESCRIP} library */
|
||||
#undef HAVE_FLOOR
|
||||
|
||||
@@ -637,6 +643,15 @@
|
||||
/* Define RTLD_NOLOAD headers version */
|
||||
#undef HAVE_RTLD_NOLOAD_VERSION
|
||||
|
||||
/* Define if your system has the SDL libraries. */
|
||||
#undef HAVE_SDL
|
||||
|
||||
/* Define this to indicate the ${SDL_IMAGE_DESCRIP} library */
|
||||
#undef HAVE_SDL_IMAGE
|
||||
|
||||
/* Define to indicate the ${SDL_IMAGE_DESCRIP} library version */
|
||||
#undef HAVE_SDL_IMAGE_VERSION
|
||||
|
||||
/* Define to 1 if you have the `select' function. */
|
||||
#undef HAVE_SELECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user