mirror of https://github.com/mpv-player/mpv
Add missing #includes to pass 'make checkheaders' to codecs.conf.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26364 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7bba082cb0
commit
4bcb2a5baf
|
@ -1022,6 +1022,8 @@ int main(int argc, char* argv[])
|
|||
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]);
|
||||
|
|
Loading…
Reference in New Issue