summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-01 10:02:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-01 10:02:05 +0000
commit768a2f3851dbe1ef32f0c49b9eb92222fc22add0 (patch)
tree246cfae06a435661a9b1a4f2420863578c1e5614 /Makefile
parente900c7cd39c82b0073ad676f9fcf5dd889bfc8fc (diff)
downloadmpv-768a2f3851dbe1ef32f0c49b9eb92222fc22add0.tar.bz2
mpv-768a2f3851dbe1ef32f0c49b9eb92222fc22add0.tar.xz
Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each
other as well as on two header files in MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27183 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index edc145cd93..511a73deeb 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@