From 978e099b652955a7dc78841fe994046cf122bfc0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 08:48:34 +0100 Subject: old-makefile: fix mpvcore references and the DIRS variable --- old-makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/old-makefile b/old-makefile index 6756a18e18..f9aacac2c8 100644 --- a/old-makefile +++ b/old-makefile @@ -334,15 +334,20 @@ DIRS = . \ audio/decode \ audio/filter \ audio/out \ - mpvcore \ + bstr \ + common \ + compat \ input \ - timeline \ + player/timeline \ demux \ + misc \ osdep \ osdep/ar \ player \ stream \ + stream/resolve \ sub \ + ta \ video \ video/decode \ video/filter \ @@ -452,7 +457,7 @@ version.h .version: version.sh ###### dependency declarations / specific CFLAGS ###### -mpvcore/version.c osdep/mpv-rc.o: version.h +common/version.c osdep/mpv-rc.o: version.h osdep/mpv-rc.o: osdep/mpv.exe.manifest etc/mpv-icon.ico -- cgit v1.2.3