From ad6153e7652a358c8a1fbb1d73fc6451e1c5f0f6 Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Mon, 2 Mar 2009 01:03:09 +0000 Subject: [PATCH] [packages] libs/libmpcdec: use fixed-point math SVN-Revision: 14723 --- libs/libmpcdec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libmpcdec/Makefile b/libs/libmpcdec/Makefile index 7099106f4e..87a53d6f83 100644 --- a/libs/libmpcdec/Makefile +++ b/libs/libmpcdec/Makefile @@ -32,7 +32,7 @@ define Package/libmpcdec/description Musepack decoder library endef -TARGET_CFLAGS += $(FPIC) +TARGET_CFLAGS += $(FPIC) -DMPC_FIXED_POINT define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/mpcdec/ -- 2.30.2