[MPlayer-cvslog] r32329 - trunk/Makefile

diego subversion at mplayerhq.hu
Mon Sep 20 22:48:35 CEST 2010


Author: diego
Date: Mon Sep 20 22:48:35 2010
New Revision: 32329

Log:
Generate dependency information for netstream and vivodump as well.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Mon Sep 20 22:36:38 2010	(r32328)
+++ trunk/Makefile	Mon Sep 20 22:48:35 2010	(r32329)
@@ -1064,7 +1064,7 @@ mplayer-nomain.o: mplayer.c
 TOOLS/netstream$(EXESUF): TOOLS/netstream.c
 TOOLS/vivodump$(EXESUF): TOOLS/vivodump.c
 TOOLS/netstream$(EXESUF) TOOLS/vivodump$(EXESUF): $(subst mplayer.o,mplayer-nomain.o,$(OBJS_MPLAYER)) $(filter-out %mencoder.o,$(OBJS_MENCODER)) $(OBJS_COMMON) $(COMMON_LIBS)
-	$(CC) $(CFLAGS) -o $@ $^ $(EXTRALIBS_MPLAYER) $(EXTRALIBS_MENCODER) $(EXTRALIBS)
+	$(CC) $(CC_DEPFLAGS) $(CFLAGS) -o $@ $^ $(EXTRALIBS_MPLAYER) $(EXTRALIBS_MENCODER) $(EXTRALIBS)
 
 REAL_SRCS    = $(wildcard TOOLS/realcodecs/*.c)
 REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0)


More information about the MPlayer-cvslog mailing list