Explorar o código

Cleaned up imports

Dan Hintz - Arch %!s(int64=5) %!d(string=hai) anos
pai
achega
a07a67d21c
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  1. 1 1
      Makefile
  2. 0 1
      frames2img.c

+ 1 - 1
Makefile

@@ -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

+ 0 - 1
frames2img.c

@@ -1,4 +1,3 @@
-#include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
 #include <png.h>