88f4a56080
Now that we've got a cleaner/fuzzier libtool 1.5 static patch we can
discard the temporary workaround.
This reverts commit e573f5d326
.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
453 B
Makefile
16 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# faad2
|
|
#
|
|
################################################################################
|
|
|
|
FAAD2_VERSION = 2.7
|
|
FAAD2_SITE = http://downloads.sourceforge.net/project/faac/faad2-src/faad2-$(FAAD2_VERSION)
|
|
FAAD2_LICENSE = GPLv2
|
|
FAAD2_LICENSE_FILES = COPYING
|
|
# frontend/faad calls frexp()
|
|
FAAD2_CONF_ENV = LIBS=-lm
|
|
FAAD2_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|