This recently caused me some issues, as in, being ignored.

-- 
Christophe
From 5c1b07147502135a9f6a04a1edcf060a1575efd3 Mon Sep 17 00:00:00 2001
From: Christophe Gisquet <christophe.gisq...@gmail.com>
Date: Sun, 8 Mar 2015 17:54:25 +0100
Subject: [PATCH] x86: Makefile: fix DBG parameter evaluation

---
 common.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.mak b/common.mak
index 20b7fa3..eac8bd9 100644
--- a/common.mak
+++ b/common.mak
@@ -7,7 +7,7 @@ all: all-yes
 
 DEFAULT_YASMD=.dbg
 
-ifeq (1, DBG)
+ifeq ($(DBG),1)
 YASMD=$(DEFAULT_YASMD)
 else
 YASMD=
-- 
1.9.2.msysgit.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to