@@ -1,7 +1,7 @@
all: compile
compile:
- gcc frames2img.c -o frames2img -lpng -fopenmp
+ gcc frames2img.c -o frames2img -lpng -fopenmp -std=c99
clean:
-rm frames2img
@@ -1,4 +1,3 @@
-#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <png.h>