From 8963c5226c86c5b500f9cdf0638c1cec9b52a592 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Fri, 17 Jul 2009 23:34:17 +0000 Subject: Added support for SDL Mixer audio backend. The code is taken from the GCOMPRIS 8_3 branch. Now at compilation time we can select the SDL backend or the gstreamer one. --- (limited to 'configure.in') diff --git a/configure.in b/configure.in index 91e0f98..a66b932 100644 --- a/configure.in +++ b/configure.in @@ -373,6 +373,7 @@ AC_MSG_RESULT($with_sdlmixer) if test x$with_sdlmixer = xyes; then PKG_CHECK_MODULES(AUDIO, sdl,, AC_MSG_ERROR([*** SDL Mixer not found!])) AC_DEFINE([USE_SDLMIXER], 1,[sdl mixer is enabled]) + AUDIO_LIBS="$AUDIO_LIBS -lSDL_mixer" else dnl Default is gstreamer PKG_CHECK_MODULES(AUDIO, gstreamer-0.10,, AC_MSG_ERROR([*** GSTREAMER not found!])) -- cgit v0.9.1