1
mirror of https://github.com/mpv-player/mpv synced 2024-08-24 07:21:49 +02:00

EXTRAXX_INC flags should now be added to .depend compilation,

not to the phony depend target.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26508 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-23 09:42:09 +00:00
parent 2bcda50ffe
commit 9785107814

View File

@ -70,4 +70,4 @@ include ../mpcommon.mak
demux_lavf.o mp_taglists.o .depend: CFLAGS += -I../libavcodec
dep depend: CFLAGS += $(EXTRAXX_INC)
.depend: CFLAGS += $(EXTRAXX_INC)