mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
x264: use x86 over-ride instead of i586
Support i686 without needing to duplicate the i586 over-ride. (From OE-Core rev: de6a26b95a7f7bd8f9dc47ab35d8b07ba671f4eb) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c116da80b5
commit
90b58da749
@@ -51,5 +51,5 @@ do_install() {
|
||||
}
|
||||
|
||||
# PIC can't be enabled for 32-bit x86
|
||||
INSANE_SKIP_${PN}_append_i586 = " textrel"
|
||||
INSANE_SKIP_${PN}_append_x86 = " textrel"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user