Files
Arch-R/packages/multimedia/libva/build
Stephan Raue c79cf77e24 libva: update to libva-1.0.6
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-30 00:46:31 +01:00

19 lines
369 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-static \
--enable-glx \
--disable-dummy-driver \
--enable-i965-driver \
--with-drivers-path="/usr/lib/va" \
make
$MAKEINSTALL