From 80c58e9eaa97dc76481f5aad336cd2c0d8250487 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Thu, 8 Apr 2004 12:15:39 +0000 Subject: [PATCH] This commit was manufactured by cvs2git to create branch 'DEVEL'. Cherrypick from master 2004-04-08 12:15:39 UTC grzegol '- merged from DEVEL': rhythmbox-vorbis.patch -> 1.2 --- rhythmbox-vorbis.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rhythmbox-vorbis.patch diff --git a/rhythmbox-vorbis.patch b/rhythmbox-vorbis.patch new file mode 100644 index 0000000..823f1f2 --- /dev/null +++ b/rhythmbox-vorbis.patch @@ -0,0 +1,15 @@ +diff -urN aa/rhythmbox-0.7.0/configure.ac rhythmbox-0.7.0/configure.ac +--- aa/rhythmbox-0.7.0/configure.ac 2004-02-05 17:05:10.000000000 +0100 ++++ rhythmbox-0.7.0/configure.ac 2004-03-10 17:59:59.731181480 +0100 +@@ -270,9 +270,9 @@ + [don't build with Ogg Vorbis support])) + if test x"$with_metadata" = xmonkeymedia; then + if test x"$enable_vorbis" != xno; then +- MM_PATH_OGG(enable_vorbis=yes,enable_vorbis=no) ++ XIPH_PATH_OGG(enable_vorbis=yes,enable_vorbis=no) + if test x"$enable_vorbis" = xyes; then +- MM_PATH_VORBIS(,enable_vorbis=no) ++ XIPH_PATH_VORBIS(,enable_vorbis=no) + fi + if test x"$enable_vorbis" = xyes; then + if test x"$have_gstreamer" = xyes; then -- 2.44.0