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 22:04:47 +0200
commitb950afb6ea5001f856a929704e5a2011f822b162 (patch)
treee39a8fa3590741c02ebe27401e4d71de15e52727
parent3ed671e369f2a081b654a749b65748d12b0652f8 (diff)
downloadmpv-b950afb6ea5001f856a929704e5a2011f822b162.tar.bz2
mpv-b950afb6ea5001f856a929704e5a2011f822b162.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 \