]> git.pld-linux.org Git - packages/rhythmbox.git/blame - rhythmbox-vorbis.patch
- updated to 0.8.8
[packages/rhythmbox.git] / rhythmbox-vorbis.patch
CommitLineData
921e0f99 1diff -urN aa/rhythmbox-0.7.0/configure.ac rhythmbox-0.7.0/configure.ac
2--- aa/rhythmbox-0.7.0/configure.ac 2004-02-05 17:05:10.000000000 +0100
3+++ rhythmbox-0.7.0/configure.ac 2004-03-10 17:59:59.731181480 +0100
4@@ -270,9 +270,9 @@
5 [don't build with Ogg Vorbis support]))
6 if test x"$with_metadata" = xmonkeymedia; then
7 if test x"$enable_vorbis" != xno; then
8- MM_PATH_OGG(enable_vorbis=yes,enable_vorbis=no)
9+ XIPH_PATH_OGG(enable_vorbis=yes,enable_vorbis=no)
10 if test x"$enable_vorbis" = xyes; then
11- MM_PATH_VORBIS(,enable_vorbis=no)
12+ XIPH_PATH_VORBIS(,enable_vorbis=no)
13 fi
14 if test x"$enable_vorbis" = xyes; then
15 if test x"$have_gstreamer" = xyes; then
This page took 0.023543 seconds and 4 git commands to generate.