From c0a9ef980f94f12fdd9ba7d1949b2a05111b5ade Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 16 Oct 2008 15:00:00 +0200 Subject: removed the "bs" build scripts autotools are somewhat ugly, but that doesn't justify duplicating its effort with another complex build system. --- bs/deps-conflicts.mk | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 bs/deps-conflicts.mk (limited to 'bs/deps-conflicts.mk') diff --git a/bs/deps-conflicts.mk b/bs/deps-conflicts.mk deleted file mode 100644 index 91dfa2a06..000000000 --- a/bs/deps-conflicts.mk +++ /dev/null @@ -1,14 +0,0 @@ -ifeq ($(HAVE_TREMOR),1) - ifeq ($(HAVE_SHOUT),1) - $(error Tremor and Shout are incompatible, enable one or the other) - endif - ifeq ($(HAVE_OGGFLAC),1) - $(error Tremor and OggFLAC are incompatible, enable one or the other) - endif -endif - -ifeq ($(HAVE_HELIXMP3),1) - ifeq ($(HAVE_MAD),1) - $(error Helix MP3 and MAD are incompatible, enable one or the other) - endif -endif -- cgit v1.2.3