Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-08 17:24:06 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-12-08 17:24:16 +0400
commitaba1a48cc5b3f1ee77d5b8e9e72c27bbf3625d85 (patch)
treeee196d11ef4664211aa64b3e64855786437eccaf /arch.mak
parent89c8eaa3216a48c1d18cc390525e90db74513f0c (diff)
parentb326755989b346d0d935e0628e8865f9b2951c30 (diff)
Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30'
* commit 'b326755989b346d0d935e0628e8865f9b2951c30': arm: rename ARMVFP config symbol to VFP Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'arch.mak')
-rw-r--r--arch.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch.mak b/arch.mak
index 79c9e2b1f7..b71c8e51f3 100644
--- a/arch.mak
+++ b/arch.mak
@@ -1,6 +1,6 @@
OBJS-$(HAVE_ARMV5TE) += $(ARMV5TE-OBJS) $(ARMV5TE-OBJS-yes)
OBJS-$(HAVE_ARMV6) += $(ARMV6-OBJS) $(ARMV6-OBJS-yes)
-OBJS-$(HAVE_ARMVFP) += $(ARMVFP-OBJS) $(ARMVFP-OBJS-yes)
+OBJS-$(HAVE_VFP) += $(VFP-OBJS) $(VFP-OBJS-yes)
OBJS-$(HAVE_NEON) += $(NEON-OBJS) $(NEON-OBJS-yes)
OBJS-$(HAVE_MIPSFPU) += $(MIPSFPU-OBJS) $(MIPSFPU-OBJS-yes)