mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
this one could come in handy
Original commit message from CVS: this one could come in handy
This commit is contained in:
parent
88c12ec7a0
commit
c6d1ec9d5a
1 changed files with 34 additions and 0 deletions
34
ext/Makefile.am
Normal file
34
ext/Makefile.am
Normal file
|
@ -0,0 +1,34 @@
|
|||
if USE_ESD
|
||||
ESD_DIR=esd
|
||||
else
|
||||
ESD_DIR=
|
||||
endif
|
||||
|
||||
if USE_LAME
|
||||
LAME_DIR=lame
|
||||
else
|
||||
LAME_DIR=
|
||||
endif
|
||||
|
||||
if USE_MAD
|
||||
MAD_DIR=mad
|
||||
else
|
||||
MAD_DIR=
|
||||
endif
|
||||
|
||||
if USE_SDL
|
||||
SDL_DIR=sdl
|
||||
else
|
||||
SDL_DIR=
|
||||
endif
|
||||
|
||||
if USE_VORBIS
|
||||
VORBIS_DIR=vorbis
|
||||
else
|
||||
VORBIS_DIR=
|
||||
endif
|
||||
|
||||
|
||||
SUBDIRS=$(ESD_DIR) $(LAME_DIR) $(MAD_DIR) $(SDL_DIR) $(VORBIS_DIR)
|
||||
|
||||
DIST_SUBDIRS=esd lame mad sdl vorbis
|
Loading…
Reference in a new issue