compiles under OpenWrt

This commit is contained in:
badaix 2016-03-31 23:01:01 +02:00
parent 365cb85d0f
commit 9ec9256ac4
16 changed files with 268 additions and 115 deletions

View file

@ -202,9 +202,9 @@ SampleFormat OggDecoder::setHeader(msg::Header* chunk)
/* Throw the comments plus a few lines about the bitstream we're decoding */
char **ptr=vc.user_comments;
while(*ptr)
while (*ptr)
{
fprintf(stderr,"%s\n",*ptr);
logO << "comment: " << *ptr << "\n";;
++ptr;
}