diff options
author | Andy Wingo <wingo@pobox.com> | 2001-12-23 06:56:55 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2001-12-23 06:56:55 +0000 |
commit | 8123fc374cf60e5651747c65d833dc0bfad66933 (patch) | |
tree | 0ebe8fd1a8934604cf0aa950b79507515685bf83 /ext | |
parent | c05f8dc809abec50eb3bcc5296a6b9cb9573a2a0 (diff) |
some changes, can't remember what :-)
Original commit message from CVS:
some changes, can't remember what :-)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 0edd708f..b610baad 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -40,6 +40,12 @@ else MAD_DIR= endif +if USE_MPEG2DEC +MPEG2DEC_DIR=mad +else +MPEG2DEC_DIR= +endif + if USE_SDL SDL_DIR=sdl else @@ -54,8 +60,8 @@ endif #$A52_DIR SUBDIRS=$(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) $(ESD_DIR) \ - $(LAME_DIR) $(MAD_DIR) \ + $(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \ $(SDL_DIR) $(VORBIS_DIR) #a52 -DIST_SUBDIRS=aalib alsa audiofile esd lame mad sdl vorbis +DIST_SUBDIRS=aalib alsa audiofile esd lame mad mpeg2dec sdl vorbis |