1
0
mirror of http://mpg123.de/trunk/.git synced 2025-07-31 13:24:22 +03:00

Essential part of ICY support. It's in reader and http_open.

Missing is only proper output - and, that it actually works:-/
There is something fishy in the reader...


git-svn-id: svn://scm.orgis.org/mpg123/trunk@536 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2006-12-22 02:28:31 +00:00
parent 8e4b98616b
commit fbf28eee49
11 changed files with 242 additions and 54 deletions

View File

@ -57,7 +57,7 @@ sub printdefs
unshift(@args, '') if(@args);
print ' #define '.$type.($i > 1 ? ($i-1) : '').'(s';
print join(', ', @args).') ';
if($forreal){ print 'fprintf(stderr, "[" __FILE__ ":%i] '.$type.': " s "\n", __LINE__'.join(', ', @args).")\n"; }
if($forreal){ print 'fprintf(stderr, "[" __FILE__ ":%i] '.$type.': " s "\n", __LINE__'.join(', ', @args).");\n"; }
else{ print "{}\n"; }
}
}