[FFmpeg-cvslog] x86: Makefile: fix DBG parameter evaluation

Christophe Gisquet git at videolan.org
Wed Mar 11 02:02:53 CET 2015


ffmpeg | branch: master | Christophe Gisquet <christophe.gisquet at gmail.com> | Sun Mar  8 17:54:25 2015 +0100| [2e5605f6fa0a2a633afaa096bd60befb5e4ab431] | committer: Michael Niedermayer

x86: Makefile: fix DBG parameter evaluation

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e5605f6fa0a2a633afaa096bd60befb5e4ab431
---

 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=



More information about the ffmpeg-cvslog mailing list