From 5ec0afeace34833e12601072c5ec7ded3c81d702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 26 Mar 2005 11:03:42 +0000 Subject: Add new libcdio-based cddasrc plugin (fixes #171530) Original commit message from CVS: Add new libcdio-based cddasrc plugin (fixes #171530) --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index d5a3e127..2c483ebc 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -58,6 +58,12 @@ else CDAUDIO_DIR= endif +if USE_CDIO +CDIO_DIR=cdio +else +CDIO_DIR= +endif + if USE_CDPARANOIA CDPARANOIA_DIR=cdparanoia else @@ -411,6 +417,7 @@ SUBDIRS=\ $(AUDIORESAMPLE_DIR) \ $(CAIRO_DIR) \ $(CDAUDIO_DIR) \ + $(CDIO_DIR) \ $(CDPARANOIA_DIR) \ $(DIRAC_DIR) \ $(DIRECTFB_DIR) \ @@ -478,6 +485,7 @@ DIST_SUBDIRS=\ audioresample \ cairo \ cdaudio \ + cdio \ cdparanoia \ dirac \ directfb \ -- cgit v1.2.1