summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-07 23:49:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-07 23:49:39 +0000
commit4022a072f0f97483c7fc66ca38fac245288ebe33 (patch)
tree8b41bfe2256745017fcef5c8548eb6ee76872a23 /mpcommon.mak
parent18f2d9589086bcd1b23b89f5d029ad519655be0d (diff)
downloadmpv-4022a072f0f97483c7fc66ca38fac245288ebe33.tar.bz2
mpv-4022a072f0f97483c7fc66ca38fac245288ebe33.tar.xz
Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.
MPlayer needs a slightly modified incantation due to different levels of Makefile indirection. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26348 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mpcommon.mak')
-rw-r--r--mpcommon.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index 47b2ad104b..3d6f6ddfd9 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -28,7 +28,7 @@ distclean:: clean
rm -f .depend test test2
dep depend:: $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER)
- $(DEPEND_CMD) > .depend
+ $(MPDEPEND_CMD) > .depend
%.ho: %.h
$(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<