diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-03-26 11:03:42 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-03-26 11:03:42 +0000 |
commit | 5ec0afeace34833e12601072c5ec7ded3c81d702 (patch) | |
tree | ec677714c4c5714f0dc24c828a4195959f4ed89b /ext | |
parent | a587eb0e3849a4937889cb14bdd14f677ad66c59 (diff) | |
download | gst-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.am | 8 |
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 \ |