summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-24 15:32:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-24 15:32:44 +0000
commit9551fc7e63bb5e7d484bf0cb74d061c4318da01c (patch)
tree429b1470a46ed0ada14084f999d37c91464e37a8 /mpcommon.mak
parentab5d23b62069e6dfcb5d0e717730d5957c0f9490 (diff)
downloadmpv-9551fc7e63bb5e7d484bf0cb74d061c4318da01c.tar.bz2
mpv-9551fc7e63bb5e7d484bf0cb74d061c4318da01c.tar.xz
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
Diffstat (limited to 'mpcommon.mak')
-rw-r--r--mpcommon.mak1
1 files changed, 1 insertions, 0 deletions
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)