improve image and pixel_buffer

This commit is contained in:
Jinhao
2015-10-17 14:42:07 +08:00
parent 8f59ccfbf6
commit 7f4cc3f6d9
13 changed files with 216 additions and 266 deletions

View File

@@ -35,7 +35,7 @@ $(BIN): $(LINKOBJ)
ranlib ../bin/$(BIN)
.cpp.o:
$(GCC) -g -c $< -o $@ $(INCS) -std=c++0x -Wall
$(GCC) -g -c $< -o $@ $(INCS) -std=c++11 -Wall
clean:
rm -f $(LINKOBJ)