# HG changeset patch # User rfelker # Date 1144048289 0 # Node ID 1dcf0ea2f7ba4300997f9bee090a04299db0110a # Parent 3aff7d2edf43edc6521fac748bad882371f7f9ec reverse previous patch which caused sig11. 1000000000000000l: broken codecs.conf code modifies every page of a huge object -> tons of page faults and cannot be const. this needs to be fixed! do we have a volunteer to remove the whole codecs.conf shit? diff -r 3aff7d2edf43 -r 1dcf0ea2f7ba codec-cfg.c --- a/codec-cfg.c Mon Apr 03 06:44:54 2006 +0000 +++ b/codec-cfg.c Mon Apr 03 07:11:29 2006 +0000 @@ -1029,7 +1029,7 @@ printf("/* GENERATED FROM %s, DO NOT EDIT! */\n\n",argv[1]); for (i=0; i<2; i++) { - printf("const codecs_t %s[] = {\n", nm[i]); + printf("codecs_t %s[] = {\n", nm[i]); for (j = 0; j < nr[i]; j++) { printf("{");