]> git.sesse.net Git - x264/blobdiff - Makefile
Fix some bugs in mb_info code
[x264] / Makefile
index 5e39050140ff98583ba74d95259f19912e290959..7a22c42bd39786bebebd12ce75c5b1ac3fbf1a25 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -186,10 +186,10 @@ $(OBJS) $(OBJASM) $(OBJSO) $(OBJCLI) $(OBJCHK): .depend
        -@ $(if $(STRIP), $(STRIP) -x $@) # delete local/anonymous symbols, so they don't show up in oprofile
 
 %.dll.o: %.rc x264.h
-       $(RC)$@ -DDLL $<
+       $(RC) $(RCFLAGS)$@ -DDLL $<
 
 %.o: %.rc x264.h
-       $(RC)$@ $<
+       $(RC) $(RCFLAGS)$@ $<
 
 .depend: config.mak
        @rm -f .depend