Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
2816f8a8
Commit
2816f8a8
authored
Oct 13, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Drop arch-specific checkasm Makefiles
They only contain one line and will never contain more.
parent
93d5b022
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
Makefile
tests/checkasm/Makefile
+3
-1
Makefile
tests/checkasm/aarch64/Makefile
+0
-1
Makefile
tests/checkasm/arm/Makefile
+0
-1
Makefile
tests/checkasm/x86/Makefile
+0
-1
No files found.
tests/checkasm/Makefile
View file @
2816f8a8
...
...
@@ -19,7 +19,9 @@ AVCODECOBJS-$(CONFIG_VP9_DECODER) += vp9dsp.o
CHECKASMOBJS-$(CONFIG_AVCODEC)
+=
$(AVCODECOBJS-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
:=
$
(
sort
$
(
CHECKASMOBJS:%
=
tests/checkasm/%
))
...
...
tests/checkasm/aarch64/Makefile
deleted
100644 → 0
View file @
93d5b022
CHECKASMOBJS
+=
aarch64/checkasm.o
tests/checkasm/arm/Makefile
deleted
100644 → 0
View file @
93d5b022
CHECKASMOBJS-$(HAVE_ARMV5TE_EXTERNAL)
+=
arm/checkasm.o
tests/checkasm/x86/Makefile
deleted
100644 → 0
View file @
93d5b022
CHECKASMOBJS-$(HAVE_YASM)
+=
x86/checkasm.o
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment