mirror of https://github.com/xiph/flac
disable plugin_xmms on x84_64
This commit is contained in:
parent
290c3f7a14
commit
f3a8e5caf6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue