handbrake: force SSE to repair x86 build; only for x86.

This commit is contained in:
Juan RP 2014-06-06 10:35:10 +02:00
parent d66e44b378
commit ec3a44b04b
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# Template file for 'handbrake'
only_for_archs="i686 x86_64"
pkgname=handbrake
version=0.9.9
revision=3
@ -28,11 +30,13 @@ do_configure() {
autoreconf -vi
cd ${wrksrc}
export CFLAGS+=" -msse"
./configure --prefix=/usr --force --disable-gtk-update-checks
}
do_build() {
cd build
export CFLAGS+=" -msse"
make ${makejobs}
}