mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
taaz's virtual patch
Original commit message from CVS: taaz's virtual patch
This commit is contained in:
parent
558987202d
commit
6b0741d542
2 changed files with 6 additions and 6 deletions
|
@ -1048,7 +1048,7 @@ sys/vcd/Makefile
|
||||||
sys/vga/Makefile
|
sys/vga/Makefile
|
||||||
sys/xvideo/Makefile
|
sys/xvideo/Makefile
|
||||||
ext/Makefile
|
ext/Makefile
|
||||||
ext/a52/Makefile
|
ext/a52dec/Makefile
|
||||||
ext/aalib/Makefile
|
ext/aalib/Makefile
|
||||||
ext/alsa/Makefile
|
ext/alsa/Makefile
|
||||||
ext/arts/Makefile
|
ext/arts/Makefile
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
if USE_A52
|
if USE_A52DEC
|
||||||
A52_DIR=a52
|
A52DEC_DIR=a52dec
|
||||||
else
|
else
|
||||||
A52_DIR=
|
A52DEC_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_AALIB
|
if USE_AALIB
|
||||||
|
@ -178,7 +178,7 @@ else
|
||||||
XMMS_DIR=
|
XMMS_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
||||||
$(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \
|
$(ARTS_DIR) $(ARTSC_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) \
|
||||||
|
@ -186,7 +186,7 @@ SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
||||||
$(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) \
|
$(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) \
|
||||||
$(SMOOTHWAVE_DIR) $(VORBIS_DIR) $(XMMS_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 \
|
dv dvdread esd \
|
||||||
festival flac gnomevfs gsm hermes http jpeg lame mad mikmod mpeg2dec \
|
festival flac gnomevfs gsm hermes http jpeg lame mad mikmod mpeg2dec \
|
||||||
openquicktime rtp sdl shout smoothwave vorbis xmms
|
openquicktime rtp sdl shout smoothwave vorbis xmms
|
||||||
|
|
Loading…
Reference in a new issue