[MPlayer-cvslog] r26364 - trunk/codec-cfg.c
diego
subversion at mplayerhq.hu
Wed Apr 9 17:19:55 CEST 2008
Author: diego
Date: Wed Apr 9 17:19:55 2008
New Revision: 26364
Log:
Add missing #includes to pass 'make checkheaders' to codecs.conf.h.
Modified:
trunk/codec-cfg.c
Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c (original)
+++ trunk/codec-cfg.c Wed Apr 9 17:19:55 2008
@@ -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]);
More information about the MPlayer-cvslog
mailing list