Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198849 | Differences between
and this patch

Collapse All | Expand All

(-)xbmc/cores/paplayer/flac-1.2.1/configure.in.dist (-3 lines)
Lines 225-233 Link Here
225
	no)  enable_xmms_plugin=false ;;
225
	no)  enable_xmms_plugin=false ;;
226
	*) AC_MSG_ERROR(bad value ${enableval} for --enable-xmms-plugin) ;;
226
	*) AC_MSG_ERROR(bad value ${enableval} for --enable-xmms-plugin) ;;
227
esac],[enable_xmms_plugin=true])
227
esac],[enable_xmms_plugin=true])
228
if test "x$enable_xmms_plugin" != xfalse ; then
229
	AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - XMMS support will not be built]))
230
fi
231
AM_CONDITIONAL(FLaC__HAS_XMMS, test -n "$XMMS_INPUT_PLUGIN_DIR")
228
AM_CONDITIONAL(FLaC__HAS_XMMS, test -n "$XMMS_INPUT_PLUGIN_DIR")
232
229
233
dnl build FLAC++ or not
230
dnl build FLAC++ or not
(-)xbmc/visualizations/Goom/goom2k4-0/configure.in.dist (-6 / +2 lines)
Lines 19-35 Link Here
19
19
20
dnl *** check for xmms ***
20
dnl *** check for xmms ***
21
21
22
AM_PATH_XMMS2(0.9.5.1, HAVE_XMMS="yes", HAVE_XMMS="no")
22
HAVE_XMMS="no"
23
AM_CONDITIONAL(HAVE_XMMS,test "x$HAVE_XMMS" = "xyes")
23
AM_CONDITIONAL(HAVE_XMMS,test "x$HAVE_XMMS" = "xyes")
24
24
25
25
26
dnl *** SDL ***
26
dnl *** SDL ***
27
27
28
if test "x$HAVE_XMMS" = "xyes"; then
28
HAVE_SDL="no"
29
  AM_PATH_SDL2(1.2.0, HAVE_SDL="yes", HAVE_SDL="no"])
30
else
31
  HAVE_SDL="no"
32
fi
33
AM_CONDITIONAL(HAVE_SDL,test "x$HAVE_SDL" = "xyes")
29
AM_CONDITIONAL(HAVE_SDL,test "x$HAVE_SDL" = "xyes")
34
30
35
31

Return to bug 198849