[MPlayer-cvslog] r26500 - trunk/libmpdemux/Makefile

diego subversion at mplayerhq.hu
Wed Apr 23 00:14:06 CEST 2008


Author: diego
Date: Wed Apr 23 00:14:06 2008
New Revision: 26500

Log:
.depend has to get all the CFLAGS that the files it contains dependency
information for need.


Modified:
   trunk/libmpdemux/Makefile

Modified: trunk/libmpdemux/Makefile
==============================================================================
--- trunk/libmpdemux/Makefile	(original)
+++ trunk/libmpdemux/Makefile	Wed Apr 23 00:14:06 2008
@@ -68,6 +68,6 @@ SRCS_MENCODER-$(LIBAVFORMAT)           +
 
 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)



More information about the MPlayer-cvslog mailing list