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
755834e9
Commit
755834e9
authored
Jul 25, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Rename YASMDEP variable to DEPYASM for consistency
parent
8ebacfb5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+1
-1
configure
configure
+1
-1
library.mak
library.mak
+1
-1
No files found.
Makefile
View file @
755834e9
...
...
@@ -11,7 +11,7 @@ ifndef V
Q
=
@
ECHO
=
printf
"
$
(1)
\t
%s
\n
"
$
(
2
)
BRIEF
=
CC AS YASM AR LD HOSTCC
SILENT
=
DEPCC DEPAS DEPHOSTCC
YASMDEP
RM RANLIB
SILENT
=
DEPCC DEPAS DEPHOSTCC
DEPYASM
RM RANLIB
MSG
=
$@
M
=
@
$
(
call ECHO,
$(TAG)
,
$@
)
;
$(foreach
VAR,$(BRIEF),
\
...
...
configure
View file @
755834e9
...
...
@@ -3411,7 +3411,7 @@ DEPCCFLAGS=$DEPCCFLAGS \$(CPPFLAGS)
DEPAS=
$as
DEPASFLAGS=
$DEPASFLAGS
\
$(
CPPFLAGS
)
YASM=
$yasmexe
YASMDEP
=
$yasmexe
DEPYASM
=
$yasmexe
AR=
$ar
RANLIB=
$ranlib
LN_S=
$ln_s
...
...
library.mak
View file @
755834e9
...
...
@@ -17,7 +17,7 @@ $(SUBDIR)%-test.o: $(SUBDIR)%.c
$(COMPILE_C)
$(SUBDIR)x86/%.o: $(SUBDIR)x86/%.asm
$(
YASMDEP
) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d)
$(
DEPYASM
) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d)
$(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $<
$(OBJS) $(SUBDIR)%.ho $(TESTOBJS): CPPFLAGS += -DHAVE_AV_CONFIG_H
...
...
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