1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

.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
This commit is contained in:
diego 2008-04-22 22:14:06 +00:00
parent a936979f76
commit 41be611f0a

View File

@ -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)