mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
hm, lots seems to have changed
Original commit message from CVS: hm, lots seems to have changed
This commit is contained in:
parent
8f49d4e4cb
commit
3cfc86eb03
2 changed files with 7 additions and 7 deletions
2
TODO
2
TODO
|
@ -8,8 +8,6 @@
|
||||||
|
|
||||||
* check GST_* in configure.ac, there is too much in it
|
* check GST_* in configure.ac, there is too much in it
|
||||||
|
|
||||||
* decide where to put the control lib
|
|
||||||
|
|
||||||
* work on spec file :
|
* work on spec file :
|
||||||
add plugins with AC stuff (maybe from bits ?)
|
add plugins with AC stuff (maybe from bits ?)
|
||||||
write script that builds rpm's one from one
|
write script that builds rpm's one from one
|
||||||
|
|
|
@ -22,10 +22,10 @@ else
|
||||||
ARTS_DIR=
|
ARTS_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_ARTSD
|
if USE_ARTSC
|
||||||
ARTSD_DIR=artsd
|
ARTSC_DIR=artsd
|
||||||
else
|
else
|
||||||
ARTSD_DIR=
|
ARTSC_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_AUDIOFILE
|
if USE_AUDIOFILE
|
||||||
|
@ -160,13 +160,15 @@ else
|
||||||
XMMS_DIR=
|
XMMS_DIR=
|
||||||
endif
|
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) \
|
$(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) $(DVDREAD_DIR) $(ESD_DIR) \
|
||||||
$(FESTIVAL_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) $(HERMES_DIR) \
|
$(FESTIVAL_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) $(HERMES_DIR) \
|
||||||
$(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MIKMOD_DIR) $(MPEG2DEC_DIR) \
|
$(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MIKMOD_DIR) $(MPEG2DEC_DIR) \
|
||||||
$(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \
|
$(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \
|
||||||
$(XMMS_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 \
|
festival flac gnomevfs gsm hermes jpeg lame mad mikmod mpeg2dec \
|
||||||
openquicktime rtp sdl shout vorbis xmms
|
openquicktime rtp sdl shout vorbis xmms
|
||||||
|
|
Loading…
Reference in a new issue