diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 13:06:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 13:06:22 +0000 |
commit | 64e52ab9ade024c8a66c7cbd5c0c9d342670e1d0 (patch) | |
tree | dbdaccb5c71948017e73f9d0a1d611d703a15817 /ext | |
parent | 48d4cce43b77f627a518f008420e25da93c6c563 (diff) |
cdparanoia added
Original commit message from CVS:
cdparanoia added
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 9 |
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 |