disable plugin_xmms on x84_64

This commit is contained in:
Josh Coalson 2008-12-30 02:10:16 +00:00
parent 290c3f7a14
commit f3a8e5caf6
1 changed files with 8 additions and 0 deletions

View File

@ -15,11 +15,19 @@
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
topdir = ..
include $(topdir)/build/config.mk
ifeq ($(OS),Darwin)
EXTRA_TARGETS =
else
ifeq ($(PROC),x86_64)
EXTRA_TARGETS =
else
EXTRA_TARGETS = plugin_xmms
endif
endif
.PHONY: all flac libFLAC libFLAC++ metaflac plugin_common plugin_xmms share test_grabbag test_libs_common test_libFLAC test_libFLAC++ test_seeking test_streams
all: flac libFLAC libFLAC++ metaflac plugin_common $(EXTRA_TARGETS) share test_grabbag test_libs_common test_libFLAC test_libFLAC++ test_seeking test_streams