mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
some changes, can't remember what :-)
Original commit message from CVS: some changes, can't remember what :-)
This commit is contained in:
parent
9af006a1f0
commit
5db6fb8377
2 changed files with 9 additions and 2 deletions
|
@ -1097,6 +1097,7 @@ ext/audiofile/Makefile
|
|||
ext/esd/Makefile
|
||||
ext/lame/Makefile
|
||||
ext/mad/Makefile
|
||||
ext/mpeg2dec/Makefile
|
||||
ext/sdl/Makefile
|
||||
ext/vorbis/Makefile
|
||||
gst-libs/Makefile
|
||||
|
|
|
@ -40,6 +40,12 @@ else
|
|||
MAD_DIR=
|
||||
endif
|
||||
|
||||
if USE_MPEG2DEC
|
||||
MPEG2DEC_DIR=mad
|
||||
else
|
||||
MPEG2DEC_DIR=
|
||||
endif
|
||||
|
||||
if USE_SDL
|
||||
SDL_DIR=sdl
|
||||
else
|
||||
|
@ -54,8 +60,8 @@ endif
|
|||
|
||||
#$A52_DIR
|
||||
SUBDIRS=$(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) $(ESD_DIR) \
|
||||
$(LAME_DIR) $(MAD_DIR) \
|
||||
$(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \
|
||||
$(SDL_DIR) $(VORBIS_DIR)
|
||||
|
||||
#a52
|
||||
DIST_SUBDIRS=aalib alsa audiofile esd lame mad sdl vorbis
|
||||
DIST_SUBDIRS=aalib alsa audiofile esd lame mad mpeg2dec sdl vorbis
|
||||
|
|
Loading…
Reference in a new issue