summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-03-26 11:03:42 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-03-26 11:03:42 +0000
commit5ec0afeace34833e12601072c5ec7ded3c81d702 (patch)
treeec677714c4c5714f0dc24c828a4195959f4ed89b /ext
parenta587eb0e3849a4937889cb14bdd14f677ad66c59 (diff)
downloadgst-plugins-bad-5ec0afeace34833e12601072c5ec7ded3c81d702.tar.gz
gst-plugins-bad-5ec0afeace34833e12601072c5ec7ded3c81d702.tar.bz2
gst-plugins-bad-5ec0afeace34833e12601072c5ec7ded3c81d702.zip
Add new libcdio-based cddasrc plugin (fixes #171530)
Original commit message from CVS: Add new libcdio-based cddasrc plugin (fixes #171530)
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
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 \