aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 01:49:26 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 01:49:26 +0000
commit7e662cf783c5d1f1e4e2e5a92516c2ce37ba1168 (patch)
tree49cd37c1852af9c598c40eb2816646efaf839d2b /makeopts.in
parent5a50119d9d5e728e123453c408b032c1ec7f7a7e (diff)
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: http://svn.digium.com/svn/asterisk/trunk@89351 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 76ca94af9..f06e42591 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -144,6 +144,15 @@ QT_LIB=@QT_LIB@
RADIUS_INCLUDE=@RADIUS_INCLUDE@
RADIUS_LIB=@RADIUS_LIB@
+FFMPEG_INCLUDE=@FFMPEG_INCLUDE@
+FFMPEG_LIB=@FFMPEG_LIB@
+
+SDL_INCLUDE=@SDL_INCLUDE@
+SDL_LIB=@SDL_LIB@
+
+SDL_IMAGE_INCLUDE=@SDL_IMAGE_INCLUDE@
+SDL_IMAGE_LIB=@SDL_IMAGE_LIB@
+
SPEEX_INCLUDE=@SPEEX_INCLUDE@
SPEEX_LIB=@SPEEX_LIB@