summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 22:14:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 22:14:06 +0000
commit41be611f0adb2508d34d0534742faea1d2d381b9 (patch)
tree8497aef50d80001c9b26da210a9de222e7ae779e
parenta936979f76e7b95fe11285d0ba830387c115457d (diff)
downloadmpv-41be611f0adb2508d34d0534742faea1d2d381b9.tar.bz2
mpv-41be611f0adb2508d34d0534742faea1d2d381b9.tar.xz
.depend has to get all the CFLAGS that the files it contains dependency
information for need. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26500 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libmpdemux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile
index 37c70ae82b..60432827f1 100644
--- a/libmpdemux/Makefile
+++ b/libmpdemux/Makefile
@@ -68,6 +68,6 @@ SRCS_MENCODER-$(LIBAVFORMAT) += muxer_lavf.c
include ../mpcommon.mak
-demux_lavf.o mp_taglists.o: CFLAGS += -I../libavcodec
+demux_lavf.o mp_taglists.o .depend: CFLAGS += -I../libavcodec
dep depend: CFLAGS += $(EXTRAXX_INC)