ffmpeg | branch: master | Christophe Gisquet <christophe.gisq...@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 <michae...@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= _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog