From 6f09e5d230561efacc9b8858fc5aa016834783d2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 26 Dec 2001 21:51:41 +0000 Subject: taaz's virtual patch Original commit message from CVS: taaz's virtual patch --- configure.ac | 2 +- ext/Makefile.am | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 70f87633..b64ac1c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1048,7 +1048,7 @@ sys/vcd/Makefile sys/vga/Makefile sys/xvideo/Makefile ext/Makefile -ext/a52/Makefile +ext/a52dec/Makefile ext/aalib/Makefile ext/alsa/Makefile ext/arts/Makefile diff --git a/ext/Makefile.am b/ext/Makefile.am index b889fb38..62b96367 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,7 +1,7 @@ -if USE_A52 -A52_DIR=a52 +if USE_A52DEC +A52DEC_DIR=a52dec else -A52_DIR= +A52DEC_DIR= endif if USE_AALIB @@ -178,7 +178,7 @@ else XMMS_DIR= endif -SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \ +SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \ $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) $(DVDREAD_DIR) $(ESD_DIR) \ $(FESTIVAL_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) $(HERMES_DIR) \ @@ -186,7 +186,7 @@ SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) \ $(SMOOTHWAVE_DIR) $(VORBIS_DIR) $(XMMS_DIR) -DIST_SUBDIRS=a52 aalib alsa arts artsd avifile audiofile cdparanoia \ +DIST_SUBDIRS=a52dec aalib alsa arts artsd avifile audiofile cdparanoia \ dv dvdread esd \ festival flac gnomevfs gsm hermes http jpeg lame mad mikmod mpeg2dec \ openquicktime rtp sdl shout smoothwave vorbis xmms -- cgit v1.2.1