[MPlayer-cvslog] r27183 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Jul 1 12:02:05 CEST 2008


Author: diego
Date: Tue Jul  1 12:02:05 2008
New Revision: 27183

Log:
Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each
other as well as on two header files in MPlayer.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Jul  1 12:02:05 2008
@@ -735,13 +735,7 @@ dep depend: $(DEPS)
 
 ALLPARTLIBS = $(foreach part, $(PARTS), $(part)/$(part).a)
 
-libavutil/libavutil.a: libavutil/*.[ch]
-libavcodec/libavcodec.a: libavcodec/*.[ch] libavcodec/*/*.[chS]
-libavformat/libavformat.a: libavformat/*.[ch]
-libpostproc/libpostproc.a: libpostproc/*.[ch]
-libswscale/libswscale.a: libswscale/*.[chS]
-
-$(ALLPARTLIBS):
+$(ALLPARTLIBS): libavutil/*.[ch] libavcodec/*.[ch] libavcodec/*/*.[chS] libavformat/*.[ch] libpostproc/*.[ch] libswscale/*.[chS] libvo/fastmemcpy.h config.h
 	$(MAKE) -C $(@D)
 	touch $@
 



More information about the MPlayer-cvslog mailing list