summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-28 21:56:09 +0200
committerwm4 <wm4@nowhere>2015-05-28 21:56:09 +0200
commit0699a6c598bc1c8968f426be37b62052f7cb1eb9 (patch)
treea3f7c74e35f242d39247afb6882b88f048bee8c2 /TOOLS
parenta9b1e72ef2f6da931bdbd2e8e50424183869698c (diff)
downloadmpv-0699a6c598bc1c8968f426be37b62052f7cb1eb9.tar.bz2
mpv-0699a6c598bc1c8968f426be37b62052f7cb1eb9.tar.xz
video: rename vdpau.c to vdpau_old.c
vdpau.c will be used for new code.
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/old-makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile
index 32b547894a..8ab080ac4a 100644
--- a/TOOLS/old-makefile
+++ b/TOOLS/old-makefile
@@ -79,7 +79,7 @@ SOURCES-$(PULSE) += audio/out/ao_pulse.c
SOURCES-$(RSOUND) += audio/out/ao_rsound.c
SOURCES-$(SNDIO) += audio/out/ao_sndio.c
SOURCES-$(VDPAU) += video/vdpau.c video/vdpau_mixer.c \
- video/out/vo_vdpau.c video/decode/vdpau.c \
+ video/out/vo_vdpau.c video/decode/vdpau_old.c \
video/filter/vf_vdpaupp.c
SOURCES-$(VDPAU_GL_X11) += video/out/gl_hwdec_vdpau.c
SOURCES-$(VAAPI) += video/out/vo_vaapi.c \