mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
added alsa
Original commit message from CVS: added alsa
This commit is contained in:
parent
01e3a57266
commit
9932edd78d
3 changed files with 10 additions and 2 deletions
1
TODO
1
TODO
|
@ -17,3 +17,4 @@
|
||||||
|
|
||||||
* check options in a52, it has some arch stuff and some opti stuff that
|
* check options in a52, it has some arch stuff and some opti stuff that
|
||||||
looks dodgy
|
looks dodgy
|
||||||
|
|
||||||
|
|
|
@ -1152,6 +1152,7 @@ sys/xvideo/Makefile
|
||||||
ext/Makefile
|
ext/Makefile
|
||||||
ext/a52/Makefile
|
ext/a52/Makefile
|
||||||
ext/aalib/Makefile
|
ext/aalib/Makefile
|
||||||
|
ext/alsa/Makefile
|
||||||
ext/audiofile/Makefile
|
ext/audiofile/Makefile
|
||||||
ext/esd/Makefile
|
ext/esd/Makefile
|
||||||
ext/lame/Makefile
|
ext/lame/Makefile
|
||||||
|
|
|
@ -10,6 +10,12 @@ else
|
||||||
AALIB_DIR=
|
AALIB_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_ALSA
|
||||||
|
ALSA_DIR=alsa
|
||||||
|
else
|
||||||
|
ALSA_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_AUDIOFILE
|
if USE_AUDIOFILE
|
||||||
AUDIOFILE_DIR=audiofile
|
AUDIOFILE_DIR=audiofile
|
||||||
else
|
else
|
||||||
|
@ -47,8 +53,8 @@ VORBIS_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(AUDIOFILE_DIR) $(ESD_DIR) \
|
SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) $(ESD_DIR) \
|
||||||
$(LAME_DIR) $(MAD_DIR) \
|
$(LAME_DIR) $(MAD_DIR) \
|
||||||
$(SDL_DIR) $(VORBIS_DIR)
|
$(SDL_DIR) $(VORBIS_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS=a52 aalib audiofile esd lame mad sdl vorbis
|
DIST_SUBDIRS=a52 aalib alsa audiofile esd lame mad sdl vorbis
|
||||||
|
|
Loading…
Reference in a new issue