Files
Arch-R/packages/audio/faad2/build
Stephan Raue 782dc143df faad2:
- adding patch for mp4ff support
2010-06-16 15:14:00 +02:00

22 lines
347 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
$AUTORECONF
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--disable-static \
--enable-shared \
--without-xmms \
--without-drm \
--without-mpeg4ip \
make
$MAKEINSTALL