mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
fixed shout2 building
Original commit message from CVS: fixed shout2 building
This commit is contained in:
parent
a88782e66b
commit
9e683175b3
1 changed files with 8 additions and 2 deletions
|
@ -202,6 +202,12 @@ else
|
||||||
SHOUT_DIR=
|
SHOUT_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_SHOUT2
|
||||||
|
SHOUT2_DIR=shout2
|
||||||
|
else
|
||||||
|
SHOUT2_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_SMOOTHWAVE
|
if USE_SMOOTHWAVE
|
||||||
SMOOTHWAVE_DIR=smoothwave
|
SMOOTHWAVE_DIR=smoothwave
|
||||||
else
|
else
|
||||||
|
@ -249,7 +255,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
||||||
$(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \
|
$(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \
|
||||||
$(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \
|
$(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \
|
||||||
$(SMOOTHWAVE_DIR) $(SNAPSHOT_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \
|
$(SMOOTHWAVE_DIR) $(SNAPSHOT_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \
|
||||||
$(VORBIS_DIR) $(XMMS_DIR)
|
$(VORBIS_DIR) $(XMMS_DIR) $(SHOUT2_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS=\
|
DIST_SUBDIRS=\
|
||||||
a52dec aalib alsa \
|
a52dec aalib alsa \
|
||||||
|
@ -261,5 +267,5 @@ DIST_SUBDIRS=\
|
||||||
ladspa lame lcs libfame \
|
ladspa lame lcs libfame \
|
||||||
mad mikmod mjpegtools mpeg2dec \
|
mad mikmod mjpegtools mpeg2dec \
|
||||||
openquicktime raw1394 rtp \
|
openquicktime raw1394 rtp \
|
||||||
sdl shout sidplay \
|
sdl shout shout2 sidplay \
|
||||||
smoothwave snapshot swfdec tarkin vorbis xmms
|
smoothwave snapshot swfdec tarkin vorbis xmms
|
||||||
|
|
Loading…
Reference in a new issue