extra/ffmpeg: v8 fix

This commit is contained in:
Kevin Mihelich 2015-07-16 05:35:02 +00:00
parent 96374bd203
commit 3001d8deb5

View file

@ -32,7 +32,7 @@ md5sums=('f159c6d7eed8546b23e1a17325cbf1f8'
build() {
cd $pkgname-$pkgver
[[ $CARCH == "armv7h" ]] && CONFIG='--host-cflags="-fPIC"'
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && CONFIG='--host-cflags="-fPIC"'
./configure \
--prefix=/usr \