summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-02 08:42:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-02 08:42:16 +0000
commit77416e41cf8cad188b10004e8145963e6294e61d (patch)
tree6a41bf19936fb1b0b88ba71a7745e8176dc90416 /Makefile
parentb578fedf779477d0036d0400d76ba066bf77d9da (diff)
downloadmpv-77416e41cf8cad188b10004e8145963e6294e61d.tar.bz2
mpv-77416e41cf8cad188b10004e8145963e6294e61d.tar.xz
Add recently added FFmpeg subdirs to DIRS variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29125 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 263f3cd839..663fb0b9f6 100644
--- a/Makefile
+++ b/Makefile
@@ -745,6 +745,12 @@ DIRS = . \
libavcodec/x86 \
libavformat \
libavutil \
+ libavutil/arm \
+ libavutil/bfin \
+ libavutil/bfin \
+ libavutil/ppc \
+ libavutil/sh4 \
+ libavutil/x86 \
libdvdcss \
libdvdnav \
libdvdnav/vm \
@@ -757,6 +763,11 @@ DIRS = . \
libmpeg2 \
libpostproc \
libswscale \
+ libswscale/bfin \
+ libswscale/mlib \
+ libswscale/ppc \
+ libswscale/sparc \
+ libswscale/x86 \
libvo \
loader \
loader/dshow \