summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-17 01:40:26 +0100
committerwm4 <wm4@nowhere>2013-12-17 01:40:26 +0100
commit793f85945fc07db905e54390c065ae51b9eeef9b (patch)
treeef854d68b76b52c9469d24610303305e3cf12feb /old-makefile
parent8d5214de0abc768242aacf8bc217e1726cb6a661 (diff)
downloadmpv-793f85945fc07db905e54390c065ae51b9eeef9b.tar.bz2
mpv-793f85945fc07db905e54390c065ae51b9eeef9b.tar.xz
Move libquvi stuff to stream/resolve/
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/old-makefile b/old-makefile
index 29ce5e19f3..01a6a2e0b6 100644
--- a/old-makefile
+++ b/old-makefile
@@ -105,8 +105,8 @@ SOURCES-$(GL_WAYLAND) += video/out/wayland_common.c \
SOURCES-$(JACK) += audio/out/ao_jack.c
SOURCES-$(JOYSTICK) += input/joystick.c
-SOURCES-$(LIBQUVI) += mpvcore/resolve_quvi.c
-SOURCES-$(LIBQUVI9) += mpvcore/resolve_quvi9.c
+SOURCES-$(LIBQUVI) += stream/resolve/resolve_quvi.c
+SOURCES-$(LIBQUVI9) += stream/resolve/resolve_quvi9.c
SOURCES-$(LIRC) += input/lirc.c
SOURCES-$(OPENAL) += audio/out/ao_openal.c
SOURCES-$(OSS) += audio/out/ao_oss.c