diff options
author | James Almer <jamrial@gmail.com> | 2017-03-23 18:01:47 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-03-23 18:01:47 -0300 |
commit | f23078904f99fc6d19d05013d8ef132c386ec8b8 (patch) | |
tree | 36ea3be30580efb22dc8f35ce8b546c13a280643 /tests/checkasm/arm | |
parent | 3ddae9eee9a8bc4c667a66a9b1db36b84edca436 (diff) | |
parent | 2816f8a8bb33bd67fec5e94f5d357918caf4e055 (diff) | |
download | ffmpeg-f23078904f99fc6d19d05013d8ef132c386ec8b8.tar.gz |
Merge commit '2816f8a8bb33bd67fec5e94f5d357918caf4e055'
* commit '2816f8a8bb33bd67fec5e94f5d357918caf4e055':
build: Drop arch-specific checkasm Makefiles
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/checkasm/arm')
-rw-r--r-- | tests/checkasm/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/checkasm/arm/Makefile b/tests/checkasm/arm/Makefile deleted file mode 100644 index 55f2383d4c..0000000000 --- a/tests/checkasm/arm/Makefile +++ /dev/null @@ -1 +0,0 @@ -CHECKASMOBJS-$(HAVE_ARMV5TE_EXTERNAL) += arm/checkasm.o |