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'
|
# Template file for 'handbrake'
|
||||||
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
pkgname=handbrake
|
pkgname=handbrake
|
||||||
version=0.9.9
|
version=0.9.9
|
||||||
revision=3
|
revision=3
|
||||||
@ -28,11 +30,13 @@ do_configure() {
|
|||||||
autoreconf -vi
|
autoreconf -vi
|
||||||
|
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
|
export CFLAGS+=" -msse"
|
||||||
./configure --prefix=/usr --force --disable-gtk-update-checks
|
./configure --prefix=/usr --force --disable-gtk-update-checks
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd build
|
cd build
|
||||||
|
export CFLAGS+=" -msse"
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user