summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-11 22:30:05 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-11 22:30:05 +0000
commit1c4da1e6747ec427b24e2d311dd057c04add1957 (patch)
tree91fbc90c4d3ddba87e472ade2613279640efcf8f /Makefile
parent0589ba30555462d51bec177957062605102af83f (diff)
downloadmpv-1c4da1e6747ec427b24e2d311dd057c04add1957.tar.bz2
mpv-1c4da1e6747ec427b24e2d311dd057c04add1957.tar.xz
libavutil should be be in "PARTS" so that 'make distclean' cleans that directory too. A cup of coffee to beastd for forgetting it :)
Patch idea by Steven Schultz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16202 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00bfea45a6..aec76c13c7 100644
--- a/Makefile
+++ b/Makefile
@@ -156,6 +156,7 @@ endif
PARTS = libmpdemux \
libmpcodecs \
+ libavutil \
libavcodec \
libavformat \
libao2 \