projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56ea6a1
)
x264: use the BR2_ARM_CPU_ARMV7A option
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Tue, 21 Oct 2014 20:27:04 +0000
(22:27 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 6 Nov 2014 22:54:50 +0000
(23:54 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/x264/x264.mk
patch
|
blob
|
history
diff --git
a/package/x264/x264.mk
b/package/x264/x264.mk
index ac8fe948a4cdc9f5aa647bb681e594f274730200..1846f04b306d00014afccafa4bfcad2b229367d3 100644
(file)
--- a/
package/x264/x264.mk
+++ b/
package/x264/x264.mk
@@
-14,7
+14,7
@@
X264_INSTALL_STAGING = YES
ifeq ($(BR2_i386)$(BR2_x86_64),y)
X264_DEPENDENCIES += host-yasm
-else ifeq ($(BR2_
cortex_a5)$(BR2_cortex_a7)$(BR2_cortex_a8)$(BR2_cortex_a9)$(BR2_cortex_a12)$(BR2_cortex_a15
),y)
+else ifeq ($(BR2_
ARM_CPU_ARMV7A
),y)
# We need to pass gcc as AS, because the ARM assembly files have to be
# preprocessed
X264_CONF_ENV += AS="$(TARGET_CC)"