summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-06 03:22:14 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-06 03:22:14 +0000
commit6ab8e6a5c1a1a75b3ace1e705f91ec1b30bc0b53 (patch)
tree93d9d945859f85c703b80d8fe5452bfb13f620d2 /Makefile
parent9ba1292389f8e42099d1e238216ddf61c68c8ba6 (diff)
downloadmpv-6ab8e6a5c1a1a75b3ace1e705f91ec1b30bc0b53.tar.bz2
mpv-6ab8e6a5c1a1a75b3ace1e705f91ec1b30bc0b53.tar.xz
ffmpeg support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1280 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d48f23dab9..bcde99827f 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,9 @@ loader/libloader.a:
loader/DirectShow/libDS_Filter.a:
$(MAKE) -C loader/DirectShow
+libavcodec/libavcodec.a:
+ $(MAKE) -C libavcodec
+
libmpeg2/libmpeg2.a:
$(MAKE) -C libmpeg2