summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-27 18:20:59 +0200
committerwm4 <wm4@nowhere>2013-06-28 15:40:28 +0200
commitac79eb733741d8d22bbd550be39fe63c28a575f9 (patch)
treea4eedb7a040fe5a47487a2ab7b1561dfb4dcf15d /Makefile
parent1327eeb375064573d5b9b3657958614ab297c2b1 (diff)
downloadmpv-ac79eb733741d8d22bbd550be39fe63c28a575f9.tar.bz2
mpv-ac79eb733741d8d22bbd550be39fe63c28a575f9.tar.xz
core: rename mplayer.h and quvi.c
mplayer.h used to be used for much more stuff, but all what is left are quvi related definitions. Rename quvi.c as well to make its purpose clearer.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14a1e54fee..151ddf9226 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ SOURCES-$(GL_WAYLAND) += video/out/wayland_common.c \
SOURCES-$(JACK) += audio/out/ao_jack.c
SOURCES-$(JOYSTICK) += core/input/joystick.c
-SOURCES-$(LIBQUVI) += core/quvi.c
+SOURCES-$(LIBQUVI) += core/resolve_quvi.c
SOURCES-$(LIRC) += core/input/lirc.c
SOURCES-$(OPENAL) += audio/out/ao_openal.c
SOURCES-$(OSS) += audio/out/ao_oss.c