[MPlayer-dev-eng] [PATCH] fix compilation with nasm

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Sep 27 20:40:05 CEST 2010


Hello,
I suspect this is a nasm bug (or intentional-but-strange behaviour), but
to compile with nasm I need this change:
Index: common.mak
===================================================================
--- common.mak  (revision 32390)
+++ common.mak  (working copy)
@@ -36,7 +36,7 @@
 IFLAGS   := -I$(BUILD_ROOT_REL) -I$(SRC_PATH)
 CPPFLAGS := $(IFLAGS) $(CPPFLAGS)
 CFLAGS   += $(ECFLAGS)
-YASMFLAGS += $(IFLAGS) -Pconfig.asm
+YASMFLAGS += $(IFLAGS) -P$(BUILD_ROOT_REL)/config.asm
 
 HOSTCFLAGS += $(IFLAGS)
 



More information about the MPlayer-dev-eng mailing list