handbrake: force SSE to repair x86 build; only for x86.
This commit is contained in:
parent
d66e44b378
commit
ec3a44b04b
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue