summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 13:06:22 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 13:06:22 +0000
commit0dc738e2aad55917b6d09986c924b6695b399a48 (patch)
tree1c5c3081ae950cabb3ee878a6d5d1794b7c1985c /ext/Makefile.am
parent616c26ab2218b26032d7f6d08c41383905424e02 (diff)
downloadgst-plugins-bad-0dc738e2aad55917b6d09986c924b6695b399a48.tar.gz
gst-plugins-bad-0dc738e2aad55917b6d09986c924b6695b399a48.tar.bz2
gst-plugins-bad-0dc738e2aad55917b6d09986c924b6695b399a48.zip
cdparanoia added
Original commit message from CVS: cdparanoia added
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 3bd9abd3..8804878c 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -28,6 +28,11 @@ else
AVIFILE_DIR=
endif
+if USE_CDPARANOIA
+CDPARANOIA_DIR=cdparanoia
+else
+CDPARANOIA_DIR=
+endif
if USE_DVDREAD
DVDREAD_DIR=dvdread
@@ -72,9 +77,9 @@ VORBIS_DIR=
endif
SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \
- $(AVIFILE_DIR) $(DVDREAD_DIR) $(ESD_DIR) \
+ $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DVDREAD_DIR) $(ESD_DIR) \
$(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \
$(SDL_DIR) $(VORBIS_DIR)
-DIST_SUBDIRS=a52 aalib alsa avifile audiofile dvdread esd \
+DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dvdread esd \
lame mad mpeg2dec sdl vorbis