configure.ac: Fix --disable-external (can't set conditionals conditionally, #343602).

Original commit message from CVS:
* configure.ac:
Fix --disable-external (can't set conditionals conditionally,
#343602).
This commit is contained in:
Tim-Philipp Müller 2006-06-17 14:48:04 +00:00
parent 8166de657d
commit 370f10f1a0
3 changed files with 22 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:
Fix --disable-external (can't set conditionals conditionally,
#343602).
2006-06-15 Tim-Philipp Müller <tim at centricular dot net>
* ext/a52dec/Makefile.am:

2
common

@ -1 +1 @@
Subproject commit dd85f550441bd5722b98f4dd304e40826383240f
Subproject commit bbfa0146961f4ca61ddbca7b42360b5741a6354b

View file

@ -348,6 +348,21 @@ GST_CHECK_FEATURE(SIDPLAY, [libsidplay], sid, [
GST_PATH_SIDPLAY()
])
else
dnl not building plugins with external dependencies,
dnl but we still need to set the conditionals
AM_CONDITIONAL(USE_A52DEC, false)
AM_CONDITIONAL(USE_AMRNB, false)
AM_CONDITIONAL(USE_DVDREAD, false)
AM_CONDITIONAL(USE_DVDNAV, false)
AM_CONDITIONAL(USE_LAME, false)
AM_CONDITIONAL(USE_ID3TAG, false)
AM_CONDITIONAL(USE_MAD, false)
AM_CONDITIONAL(USE_MPEG2DEC, false)
AM_CONDITIONAL(USE_SIDPLAY, false)
fi dnl of EXT plugins
dnl *** finalize CFLAGS, LDFLAGS, LIBS