From 9551fc7e63bb5e7d484bf0cb74d061c4318da01c Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 24 Apr 2008 15:32:44 +0000 Subject: Expand conditional addition of elements to variables with a form that permits using two conditions. This allows getting rid of some ifeqs in Makefiles. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26516 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'mpcommon.mak') diff --git a/mpcommon.mak b/mpcommon.mak index d200560bf8..9c68b9acdd 100644 --- a/mpcommon.mak +++ b/mpcommon.mak @@ -1,4 +1,5 @@ SRCS_COMMON += $(SRCS_COMMON-yes) +SRCS_COMMON += $(SRCS_COMMON-yes-yes) SRCS_MPLAYER += $(SRCS_MPLAYER-yes) SRCS_MENCODER += $(SRCS_MENCODER-yes) -- cgit v1.2.3