summaryrefslogtreecommitdiffstats
path: root/common.mak
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-12-08 15:57:36 -0300
committerMichael Niedermayer <michaelni@gmx.at>2013-12-09 02:02:37 +0100
commit5f302b1f3819f603349a921458197fa5c35dc396 (patch)
tree3b5eebb132bee558521eee1733b6e4244625c5ad /common.mak
parentb07da13ac0f04b9c77efc0b9840e23cc4cd9aa33 (diff)
downloadffmpeg-streaming-5f302b1f3819f603349a921458197fa5c35dc396.zip
ffmpeg-streaming-5f302b1f3819f603349a921458197fa5c35dc396.tar.gz
common.mak: fix the current fate failures with windres
Tested-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index d4d5fcb..48f5c21 100644
--- a/common.mak
+++ b/common.mak
@@ -61,7 +61,7 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC)
$(COMPILE_HOSTC)
%.o: %.rc
- $(WINDRES) $(IFLAGS) --preprocessor "$(DEPCC) -E -xc-header -DRC_INVOKED $(CC_DEPFLAGS)" -o $@ $<
+ $(WINDRES) $(IFLAGS) --preprocessor "$(subst @,,$(DEPCC)) -E -xc-header -DRC_INVOKED $(CC_DEPFLAGS)" -o $@ $<
%.i: %.c
$(CC) $(CCFLAGS) $(CC_E) $<
OpenPOWER on IntegriCloud