faac: fix build

This commit is contained in:
ojab 2013-04-02 15:11:47 +04:00
parent 2c25b16517
commit cc0e1252d2

View file

@ -1,11 +1,11 @@
# Template file for 'faac'
pkgname=faac
version=1.28
revision=5
revision=6
subpackages="faac-devel"
build_style=gnu-configure
configure_args="--with-mp4v2 --disable-static"
makedepends="automake libmp4v2-devel>=2.0.0"
makedepends="automake libtool libmp4v2-devel>=2.0.0"
short_desc="AAC audio encoder library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.audiocoding.com/"
@ -15,6 +15,7 @@ checksum=c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df
pre_configure() {
find . -type f -print0 | xargs -0 sed -i 's/\r//g'
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in
./bootstrap
}