We need to build _ogg_common.c when building with tremor support,
similar to how it is done when libvorbis is used.

Signed-off-by: Peter Korsgaard <jac...@sunsite.dk>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5af8324..fa31866 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1120,7 +1120,7 @@ if
 fi
 
 AM_CONDITIONAL(HAVE_OGG_COMMON,
-         test x$enable_vorbis = xyes || test x$enable_oggflac = xyes || test 
x$enable_flac = xyes)
+         test x$enable_vorbis = xyes || test x$enable_tremor = xyes || test 
x$enable_oggflac = xyes || test x$enable_flac = xyes)
 
 AM_CONDITIONAL(HAVE_FLAC_COMMON,
          test x$enable_flac = xyes || test x$enable_oggflac = xyes)
-- 
1.7.2.3


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to