comparison 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
comparison
equal deleted inserted replaced
26315:a80f0a7d73f4 26316:7abf7a9345d9
26 26
27 distclean:: clean 27 distclean:: clean
28 rm -f .depend test test2 28 rm -f .depend test test2
29 29
30 dep depend:: $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 30 dep depend:: $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER)
31 $(DEPEND_CMD) > .depend 31 $(MPDEPEND_CMD) > .depend
32 32
33 %.ho: %.h 33 %.ho: %.h
34 $(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $< 34 $(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<
35 35
36 ALLHEADERS = $(wildcard *.h) 36 ALLHEADERS = $(wildcard *.h)