You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
877 B

################################################################################
#
# flac
#
################################################################################
FLAC_VERSION = 1.4.2
FLAC_DIR = flac-$(FLAC_VERSION)
FLAC_SOURCE = flac-$(FLAC_VERSION).tar.xz
FLAC_SITE = https://ftp.osuosl.org/pub/xiph/releases/flac
FLAC_CONF_OPTS = \
--bindir=$(REMOVE_bindir) \
--datarootdir=$(REMOVE_datarootdir) \
--enable-shared \
--disable-static \
--disable-cpplibs \
--disable-debug \
--disable-asm-optimizations \
--disable-sse \
--disable-altivec \
--disable-vsx \
--disable-doxygen-docs \
--disable-thorough-tests \
--disable-exhaustive-tests \
--disable-valgrind-testing \
--disable-ogg \
--disable-oggtest \
--disable-local-xmms-plugin \
--disable-xmms-plugin \
--disable-examples \
--disable-rpath
flac: | $(TARGET_DIR)
$(call autotools-package)