summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 948bc98155..5395be7477 100644
--- a/Makefile
+++ b/Makefile
@@ -519,6 +519,10 @@ codec-cfg.c: codecs.conf.h
codecs.conf.h: TOOLS/file2string.py etc/codecs.conf
./$^ >$@
+input/input.c: input/input_conf.h
+input/input_conf.h: TOOLS/file2string.py etc/input.conf
+ ./$^ >$@
+
libvo/vo_vdpau.c: libvo/vdpau_template.c
libvo/vdpau_template.c: TOOLS/vdpau_functions.py
./$< > $@