diff options
author | Max Kellermann <max@duempel.org> | 2008-10-16 15:00:00 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-16 15:00:00 +0200 |
commit | c0a9ef980f94f12fdd9ba7d1949b2a05111b5ade (patch) | |
tree | 701f519b553d9f94ac396183146cd9f37cd55397 /bs/deps-audio.mk | |
parent | 9b5ce27c3b517c501bb13a534d50476e11751262 (diff) | |
download | mpd-c0a9ef980f94f12fdd9ba7d1949b2a05111b5ade.tar.gz mpd-c0a9ef980f94f12fdd9ba7d1949b2a05111b5ade.tar.xz mpd-c0a9ef980f94f12fdd9ba7d1949b2a05111b5ade.zip |
removed the "bs" build scripts
autotools are somewhat ugly, but that doesn't justify duplicating its
effort with another complex build system.
Diffstat (limited to 'bs/deps-audio.mk')
-rw-r--r-- | bs/deps-audio.mk | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/bs/deps-audio.mk b/bs/deps-audio.mk deleted file mode 100644 index 6f26c124e..000000000 --- a/bs/deps-audio.mk +++ /dev/null @@ -1,38 +0,0 @@ -ifeq ($(HAVE_ALSA),1) - mpd_CFLAGS += $(ALSA_CFLAGS) -DHAVE_LIBASOUND=1 - mpd_LDFLAGS += $(ALSA_LDFLAGS) -lasound -endif - -ifeq ($(HAVE_AO),1) - # mpd_CFLAGS += -pthread - mpd_LDFLAGS += -lao -lpthread -endif - -ifeq ($(HAVE_FIFO),1) -endif - -ifeq ($(HAVE_JACK),1) - mpd_LDFLAGS += -ljack -endif - -ifeq ($(HAVE_MVP),1) -endif - -ifeq ($(HAVE_OSX),1) - mpd_LDFLAGS += -framework AudioUnit -framework CoreServices -endif -ifeq ($(HAVE_OSS),1) - # check some BSDs (-lossaudio?) -endif -ifeq ($(HAVE_PULSE),1) - mpd_LDFLAGS += -lpulse -lpulse-simple -endif -ifeq ($(HAVE_SHOUT),1) - mpd_CFLAGS += -DHAVE_SHOUT_SHOUT_H=1 - # XXX -ltheora, -lspeex - mpd_LDFLAGS += -lshout -logg -lvorbis -lvorbisenc -ltheora -lspeex -lpthread -endif -ifeq ($(HAVE_SUN),1) - mpd_CFLAGS += $(SUN_CFLAGS) - mpd_LDFLAGS += $(SUN_LDFLAGS) -endif |