Re: [Musicpd-dev-team] [PATCH] configure.ac: tremor needs common ogg support, just like libvorbis

2011-04-05 Thread Thomas Jansen
On Mon, 2011-04-04 at 07:10 +0200, Simon Kagstrom wrote:

 Yep, I also sent a patch with this contents a while ago. It landed in
 the 0.15.x branch,
 
   
 http://git.musicpd.org/cgit/master/mpd.git/commit/?h=v0.15.xid=a8f891efcdc4b4c27942cc05aa025497e7fd983b
 
 perhaps someone can merge this in to master?

From what I see in the git logs, patches are merged once the branch
containing them has been released. Therefore, this patch should be
merged once 0.15.17 has been released. I'm not sure if 0.16.3 has to be
released as well before it is merged into master, but I'd guess that
patches travel through the branches version by version. Until then
you'll have to manually apply it.


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


[Musicpd-dev-team] [PATCH] configure.ac: tremor needs common ogg support, just like libvorbis

2011-04-03 Thread Peter Korsgaard
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