From 5d82e5d18db09bec44cc98afd294ce0a4cba2dc0 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Fri, 6 May 2005 10:09:43 +0000 Subject: [PATCH] ext/Makefile.am: Disable cdparanoia until someone ports it! Original commit message from CVS: 2005-05-06 Zaheer Abbas Merali * ext/Makefile.am: Disable cdparanoia until someone ports it! --- ChangeLog | 5 +++++ ext/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c96dbad623..37bdf3c101 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Zaheer Abbas Merali + + * ext/Makefile.am: + Disable cdparanoia until someone ports it! + 2005-05-06 Wim Taymans * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind), diff --git a/ext/Makefile.am b/ext/Makefile.am index 221e365afa..e4c32ad82e 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -5,7 +5,8 @@ ALSA_DIR= endif if USE_CDPARANOIA -CDPARANOIA_DIR=cdparanoia +#CDPARANOIA_DIR=cdparanoia +CDPARANOIA_DIR= else CDPARANOIA_DIR= endif