summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-29 00:10:50 +0200
committerwm4 <wm4@nowhere>2013-07-29 00:10:50 +0200
commit050997addff73aef98e2d469d57e62f58192e506 (patch)
treed373d21ed80f6d9d086f5b50720670427330c7c4
parent3e59ee25eabba25423c80f3bd7de4922318fdd95 (diff)
downloadmpv-050997addff73aef98e2d469d57e62f58192e506.tar.bz2
mpv-050997addff73aef98e2d469d57e62f58192e506.tar.xz
build: fix vdpau_template.c generation
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4491571255..900e7db136 100644
--- a/Makefile
+++ b/Makefile
@@ -349,7 +349,7 @@ core/input/input.c: core/input/input_conf.h
core/input/input_conf.h: TOOLS/file2string.pl etc/input.conf
./$^ >$@
-video/out/vo_vdpau.c: video/out/vdpau_template.c
+video/vdpau.h: video/out/vdpau_template.c
video/out/vdpau_template.c: TOOLS/vdpau_functions.pl
./$< > $@