]> git.pld-linux.org Git - packages/rhythmbox.git/blob - rhythmbox-vorbis.patch
- one function definition is enough, kill duplicate
[packages/rhythmbox.git] / rhythmbox-vorbis.patch
1 diff -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.176182 seconds and 3 git commands to generate.