From 050997addff73aef98e2d469d57e62f58192e506 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 29 Jul 2013 00:10:50 +0200 Subject: build: fix vdpau_template.c generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 ./$< > $@ -- cgit v1.2.3