changeset 18034:1dcf0ea2f7ba

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?
author rfelker
date Mon, 03 Apr 2006 07:11:29 +0000
parents 3aff7d2edf43
children cb43704389ff
files codec-cfg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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("{");