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
5864eb42
Commit
5864eb42
authored
Aug 08, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: cosmetics: Reorder some lists in a more logical fashion
parent
197439c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Makefile
Makefile
+5
-4
No files found.
Makefile
View file @
5864eb42
...
@@ -10,8 +10,8 @@ vpath %.texi $(SRC_PATH)
...
@@ -10,8 +10,8 @@ vpath %.texi $(SRC_PATH)
ifndef
V
ifndef
V
Q
=
@
Q
=
@
ECHO
=
printf
"
$
(1)
\t
%s
\n
"
$
(
2
)
ECHO
=
printf
"
$
(1)
\t
%s
\n
"
$
(
2
)
BRIEF
=
CC
AS YASM AR LD HOSTCC
BRIEF
=
CC
HOSTCC AS YASM AR LD
SILENT
=
DEPCC DEP
AS DEPHOSTCC DEPYASM RM RANLIB
SILENT
=
DEPCC DEP
HOSTCC DEPAS DEPYASM RANLIB RM
MSG
=
$@
MSG
=
$@
M
=
@
$
(
call ECHO,
$(TAG)
,
$@
)
;
M
=
@
$
(
call ECHO,
$(TAG)
,
$@
)
;
$(foreach
VAR,$(BRIEF),
\
$(foreach
VAR,$(BRIEF),
\
...
@@ -103,8 +103,9 @@ config.h: .config
...
@@ -103,8 +103,9 @@ config.h: .config
SUBDIR_VARS
:=
CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS
\
SUBDIR_VARS
:=
CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS
\
ARCH_HEADERS BUILT_HEADERS SKIPHEADERS
\
ARCH_HEADERS BUILT_HEADERS SKIPHEADERS
\
ALTIVEC-OBJS ARMV5TE-OBJS ARMV6-OBJS ARMVFP-OBJS MMI-OBJS
\
ARMV5TE-OBJS ARMV6-OBJS ARMVFP-OBJS NEON-OBJS
\
MMX-OBJS NEON-OBJS VIS-OBJS YASM-OBJS
\
MMI-OBJS ALTIVEC-OBJS VIS-OBJS
\
MMX-OBJS YASM-OBJS
\
OBJS TESTOBJS
OBJS TESTOBJS
define
RESET
define
RESET
...
...
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