From: agb Date: Mon, 2 Mar 2009 01:03:09 +0000 (+0000) Subject: [packages] libs/libmpcdec: use fixed-point math X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f85f7dca2babd23b61da2767bb8faf05c2f2ec6b;p=packages.git [packages] libs/libmpcdec: use fixed-point math git-svn-id: svn://svn.openwrt.org/openwrt/packages@14723 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libmpcdec/Makefile b/libs/libmpcdec/Makefile index 7099106f4..87a53d6f8 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/