summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-23 16:04:17 +0200
committerwm4 <wm4@nowhere>2014-05-23 16:04:17 +0200
commit436b9a22581f3c29f1b0608b5f9f8f1e949b0a2b (patch)
treecae8fa7f719d85f4bdc79f80ffaff8b724e917d8 /old-makefile
parente29e567f0721147225407032e0c6830e9f6131ed (diff)
downloadmpv-436b9a22581f3c29f1b0608b5f9f8f1e949b0a2b.tar.bz2
mpv-436b9a22581f3c29f1b0608b5f9f8f1e949b0a2b.tar.xz
old-build: fix building with libquvi4
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile
index 3ac5c6993e..7a9193c34d 100644
--- a/old-makefile
+++ b/old-makefile
@@ -75,7 +75,7 @@ SOURCES-$(GL_WAYLAND) += video/out/wayland_common.c \
SOURCES-$(JACK) += audio/out/ao_jack.c
SOURCES-$(JOYSTICK) += input/joystick.c
-SOURCES-$(LIBQUVI) += stream/resolve/resolve_quvi.c
+SOURCES-$(LIBQUVI4) += stream/resolve/resolve_quvi.c
SOURCES-$(LIBQUVI9) += stream/resolve/resolve_quvi9.c
SOURCES-$(LIRC) += input/lirc.c
SOURCES-$(OPENAL) += audio/out/ao_openal.c