Mercurial > mplayer.hg
changeset 26332:762918acfe06
Add missing #includes to pass 'make checkheaders' to codecs.conf.h.
author | diego |
---|---|
date | Wed, 09 Apr 2008 15:19:55 +0000 |
parents | 543b9e331d8c |
children | 701c023d18c3 |
files | codec-cfg.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/codec-cfg.c Wed Apr 09 14:13:30 2008 +0000 +++ b/codec-cfg.c Wed Apr 09 15:19:55 2008 +0000 @@ -1022,6 +1022,8 @@ nr[1] = nr_acodecs; printf("/* GENERATED FROM %s, DO NOT EDIT! */\n\n",argv[1]); + printf("#include <stddef.h>\n",argv[1]); + printf("#include \"codec-cfg.h\"\n\n",argv[1]); for (i=0; i<2; i++) { printf("const codecs_t %s[] = {\n", nm[i]);