1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

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:
diego 2008-04-09 15:19:55 +00:00
parent 7bba082cb0
commit 4bcb2a5baf

View File

@ -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]);