Browse Source

Merge commit '2816f8a8bb33bd67fec5e94f5d357918caf4e055'

* commit '2816f8a8bb33bd67fec5e94f5d357918caf4e055':
  build: Drop arch-specific checkasm Makefiles

Merged-by: James Almer <jamrial@gmail.com>
tags/n3.3
James Almer 8 years ago
parent
commit
f23078904f
4 changed files with 3 additions and 4 deletions
  1. +3
    -1
      tests/checkasm/Makefile
  2. +0
    -1
      tests/checkasm/aarch64/Makefile
  3. +0
    -1
      tests/checkasm/arm/Makefile
  4. +0
    -1
      tests/checkasm/x86/Makefile

+ 3
- 1
tests/checkasm/Makefile View File

@@ -30,7 +30,9 @@ AVFILTEROBJS-$(CONFIG_COLORSPACE_FILTER) += vf_colorspace.o
CHECKASMOBJS-$(CONFIG_AVFILTER) += $(AVFILTEROBJS-yes) CHECKASMOBJS-$(CONFIG_AVFILTER) += $(AVFILTEROBJS-yes)




-include $(SRC_PATH)/tests/checkasm/$(ARCH)/Makefile
CHECKASMOBJS-$(ARCH_AARCH64) += aarch64/checkasm.o
CHECKASMOBJS-$(HAVE_ARMV5TE_EXTERNAL) += arm/checkasm.o
CHECKASMOBJS-$(HAVE_YASM) += x86/checkasm.o


CHECKASMOBJS += $(CHECKASMOBJS-yes) checkasm.o CHECKASMOBJS += $(CHECKASMOBJS-yes) checkasm.o
CHECKASMOBJS := $(sort $(CHECKASMOBJS:%=tests/checkasm/%)) CHECKASMOBJS := $(sort $(CHECKASMOBJS:%=tests/checkasm/%))


+ 0
- 1
tests/checkasm/aarch64/Makefile View File

@@ -1 +0,0 @@
CHECKASMOBJS += aarch64/checkasm.o

+ 0
- 1
tests/checkasm/arm/Makefile View File

@@ -1 +0,0 @@
CHECKASMOBJS-$(HAVE_ARMV5TE_EXTERNAL) += arm/checkasm.o

+ 0
- 1
tests/checkasm/x86/Makefile View File

@@ -1 +0,0 @@
CHECKASMOBJS-$(HAVE_YASM) += x86/checkasm.o

Loading…
Cancel
Save