i686 build fixes, ffmpeg updates

This commit is contained in:
Niels Elburg
2016-01-10 21:11:05 +01:00
parent 8e911045d8
commit c58807d074
35 changed files with 147 additions and 66 deletions

View File

@@ -76,8 +76,8 @@ void generator_to_arr( char *line, int *array)
while(*end == ' ') {
*end++;
if(*end == NULL)
break;
if(end == NULL)
break;
}
p = end;