[FFmpeg-cvslog] build: Rename YASMDEP variable to DEPYASM for consistency
Diego Biurrun
git at videolan.org
Sun Jul 29 02:26:19 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Jul 25 13:25:58 2012 +0200| [755834e94f46eb1c0cdba28cccf2475ecec3662b] | committer: Diego Biurrun
build: Rename YASMDEP variable to DEPYASM for consistency
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=755834e94f46eb1c0cdba28cccf2475ecec3662b
---
Makefile | 2 +-
configure | 2 +-
library.mak | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 3716e9e..37faa76 100644
--- a/Makefile
+++ b/Makefile
@@ -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), \
diff --git a/configure b/configure
index 715e49b..6945152 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/library.mak b/library.mak
index 6159799..cd3fdc2 100644
--- a/library.mak
+++ b/library.mak
@@ -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
More information about the ffmpeg-cvslog
mailing list