summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-09-11 19:22:07 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-09-11 19:24:40 +0200
commit9549746453a3a831a8aeb67574b4a0e325a57658 (patch)
treebce38619440d0e0d688db709a46cd34a06fe0769
parent739cd61024a1c373ebb8c255b2c78a5410f399b6 (diff)
downloadmpv-9549746453a3a831a8aeb67574b4a0e325a57658.tar.bz2
mpv-9549746453a3a831a8aeb67574b4a0e325a57658.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 f3f8f8465c..f35cf56a85 100644
--- a/Makefile
+++ b/Makefile
@@ -307,11 +307,12 @@ DIRS = . \
audio/decode \
audio/filter \
audio/out \
- core \
+ mpvcore \
mpvcore/input \
mpvcore/timeline \
demux \
osdep \
+ osdep/ar \
stream \
sub \
video \