summaryrefslogtreecommitdiff
path: root/package/multimedia/mpd/mpd-0.16.2-tremor-needs-ogg_common.patch
blob: d315f146d3757eda7305b78b8486b5095f3b4de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[PATCH] configure: tremor needs common ogg support just like libvorbis does

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: mpd-0.16.2/configure.ac
===================================================================
--- mpd-0.16.2.orig/configure.ac
+++ mpd-0.16.2/configure.ac
@@ -1081,7 +1081,7 @@
 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)