summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-09-11 19:22:07 +0200
committerwm4 <wm4@nowhere>2013-09-13 21:59:53 +0200
commite2bb20c43e5efa6a4dde73088e539c9407f69317 (patch)
tree2be6eef6375975573cec488c5c078b5d1d18c00d
parent3959702a1d9bb85842996f57ad1badf8a6fa8ce2 (diff)
downloadmpv-e2bb20c43e5efa6a4dde73088e539c9407f69317.tar.bz2
mpv-e2bb20c43e5efa6a4dde73088e539c9407f69317.tar.xz
Makefile: update DIRS to fix cleaning
Commits 40624100 and 72f2942df didn't update the variable accordingly.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be182e394e..50156bd452 100644
--- a/Makefile
+++ b/Makefile
@@ -294,11 +294,12 @@ DIRS = . \
audio/decode \
audio/filter \
audio/out \
- core \
+ mpvcore \
mpvcore/input \
mpvcore/timeline \
demux \
osdep \
+ osdep/ar \
stream \
sub \
video \