Browse Source

Merge pull request #8912 from neheb/faad

faad2: Remove uClibc hack
lilik-openwrt-22.03
Ted Hess 5 years ago
committed by GitHub
parent
commit
8fbbacc729
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      libs/faad2/Makefile

+ 1
- 5
libs/faad2/Makefile View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=faad2
PKG_VERSION:=2.8.8
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/faac/faad2-src/$(PKG_NAME)-2.8.0
@ -64,10 +64,6 @@ ifeq ($(CONFIG_SOFT_FLOAT),y)
CONFIGURE_ARGS+= -nfp
endif
ifeq ($(CONFIG_USE_UCLIBC),y)
CONFIGURE_VARS+= CPPFLAGS="-fno-builtin-cos -fno-builtin-sin -fno-builtin-log"
endif
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/*.h $(1)/usr/include


Loading…
Cancel
Save