diff mpcommon.mak @ 26484:dc333dff8376

Expand conditional addition of elements to variables with a form that permits using two conditions. This allows getting rid of some ifeqs in Makefiles.
author diego
date Thu, 24 Apr 2008 15:32:44 +0000
parents 8c35fde6cdca
children 925b2b7a1f34
line wrap: on
line diff
--- a/mpcommon.mak	Thu Apr 24 13:38:12 2008 +0000
+++ b/mpcommon.mak	Thu Apr 24 15:32:44 2008 +0000
@@ -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)