From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 22:21:18 +0000 (+0000) Subject: hm, lots seems to have changed X-Git-Tag: DEBIAN-0_3_1-1~97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ae369981cb474dbaee6feed87526f1551cb94c9;p=platform%2Fupstream%2Fgst-plugins-base.git hm, lots seems to have changed Original commit message from CVS: hm, lots seems to have changed --- diff --git a/TODO b/TODO index 7afa501..209963c 100644 --- a/TODO +++ b/TODO @@ -8,8 +8,6 @@ * check GST_* in configure.ac, there is too much in it -* decide where to put the control lib - * work on spec file : add plugins with AC stuff (maybe from bits ?) write script that builds rpm's one from one diff --git a/ext/Makefile.am b/ext/Makefile.am index 8273e68..4a3c348 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -22,10 +22,10 @@ else ARTS_DIR= endif -if USE_ARTSD -ARTSD_DIR=artsd +if USE_ARTSC +ARTSC_DIR=artsd else -ARTSD_DIR= +ARTSC_DIR= endif if USE_AUDIOFILE @@ -160,13 +160,15 @@ else XMMS_DIR= endif -SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \ +SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \ + $(ARTS_DIR) $(ARTSD_DIR) $(AUDIOFILE_DIR) \ $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) $(DVDREAD_DIR) $(ESD_DIR) \ $(FESTIVAL_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) $(HERMES_DIR) \ $(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MIKMOD_DIR) $(MPEG2DEC_DIR) \ $(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \ $(XMMS_DIR) -DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dv dvdread esd \ +DIST_SUBDIRS=a52 aalib alsa arts artsd avifile audiofile cdparanoia \ + dv dvdread esd \ festival flac gnomevfs gsm hermes jpeg lame mad mikmod mpeg2dec \ openquicktime rtp sdl shout vorbis xmms