summaryrefslogtreecommitdiffstats
path: root/ext
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
commit64e52ab9ade024c8a66c7cbd5c0c9d342670e1d0 (patch)
treedbdaccb5c71948017e73f9d0a1d611d703a15817 /ext
parent48d4cce43b77f627a518f008420e25da93c6c563 (diff)
cdparanoia added
Original commit message from CVS: cdparanoia added
Diffstat (limited to 'ext')
-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