aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/files/patch-tests_checkasm_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/ffmpeg/files/patch-tests_checkasm_Makefile')
-rw-r--r--multimedia/ffmpeg/files/patch-tests_checkasm_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/ffmpeg/files/patch-tests_checkasm_Makefile b/multimedia/ffmpeg/files/patch-tests_checkasm_Makefile
new file mode 100644
index 000000000000..22d0ac59003d
--- /dev/null
+++ b/multimedia/ffmpeg/files/patch-tests_checkasm_Makefile
@@ -0,0 +1,11 @@
+--- tests/checkasm/Makefile.orig 2016-10-01 01:12:42 UTC
++++ tests/checkasm/Makefile
+@@ -24,7 +24,7 @@ AVFILTEROBJS-$(CONFIG_COLORSPACE_FILTER)
+ CHECKASMOBJS-$(CONFIG_AVFILTER) += $(AVFILTEROBJS-yes)
+
+
+--include $(SRC_PATH)/tests/checkasm/$(ARCH)/Makefile
++-include $(SRC_PATH)/tests/checkasm/$(FFMPEG_ARCH)/Makefile
+
+ CHECKASMOBJS += $(CHECKASMOBJS-yes) checkasm.o
+ CHECKASMOBJS := $(sort $(CHECKASMOBJS:%=tests/checkasm/%))