diff mpcommon.mak @ 26316:7abf7a9345d9

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.
author diego
date Mon, 07 Apr 2008 23:49:39 +0000
parents b7dfef4f7a01
children bd6f5e7c0d37
line wrap: on
line diff
--- a/mpcommon.mak	Mon Apr 07 22:25:13 2008 +0000
+++ b/mpcommon.mak	Mon Apr 07 23:49:39 2008 +0000
@@ -28,7 +28,7 @@
 	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 $<