aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-09 15:56:16 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-09 15:56:16 +0000
commita736e0e5c2f287d9533b3856a1c7714ae50f349c (patch)
tree04df7d47dbab1b6da2ff5a195cecc94e0a94613e /libavcodec
parent67c10de7d2a9c20681441d01f91221d9c853b6f4 (diff)
downloadffmpeg-a736e0e5c2f287d9533b3856a1c7714ae50f349c.tar.gz
Prettify make output when generating headers
Originally committed as revision 22401 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 6356c113b8..756b10abac 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -736,10 +736,10 @@ include $(SUBDIR)../subdir.mak
$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o
$(SUBDIR)cos_tables.c: $(SUBDIR)costablegen$(HOSTEXESUF)
- ./$< > $@
+ $(G)./$< > $@
$(SUBDIR)sin_tables.c: $(SUBDIR)costablegen$(HOSTEXESUF)
- ./$< sin > $@
+ $(G)./$< sin > $@
ifdef CONFIG_MPEGAUDIO_HP
$(SUBDIR)mpegaudio_tablegen$(HOSTEXESUF): HOSTCFLAGS += -DFRAC_BITS=23
@@ -753,7 +753,7 @@ $(SUBDIR)%_tablegen$(HOSTEXESUF): $(SUBDIR)%_tablegen.c $(SUBDIR)tableprint.c
$(HOSTCC) $(HOSTCFLAGS) $(HOSTLDFLAGS) -o $@ $^ $(HOSTLIBS)
$(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF)
- ./$< > $@
+ $(G)./$< > $@
ifdef CONFIG_HARDCODED_TABLES
$(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h