|
@ -15,8 +15,9 @@ |
|
|
|
|
|
|
|
|
# the xvidcore assembly is not position independent code |
|
|
# the xvidcore assembly is not position independent code |
|
|
# see: http://trac.opensde.org/ticket/97 |
|
|
# see: http://trac.opensde.org/ticket/97 |
|
|
# |
|
|
|
|
|
[ "$SDECFG_X8664_OPT" == "opteron" ] || var_append confopt ' ' "--disable-assembly" |
|
|
|
|
|
|
|
|
if [ "$SDECFG_ARCH" = "x86-64" ] ; then |
|
|
|
|
|
var_append confopt ' ' "--disable-assembly" |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
hook_add preconf 5 "cd build/generic" |
|
|
hook_add preconf 5 "cd build/generic" |
|
|
|
|
|
|
|
|