We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b546c01 commit b980b98Copy full SHA for b980b98
examples/resample/Makefile
@@ -2,7 +2,7 @@ CFLAGS := $(CFLAGS) -O2 -ffast-math -fstrict-aliasing -march=native
2
CXXFLAGS := $(CXXFLAGS) -std=c++14 -Wall
3
LDFLAGS := $(LDFLAGS)
4
5
-ARRAY_DEPS := ../../array.h ../image.h ../benchmark.h
+ARRAY_DEPS := ../../array.h ../../image.h ../benchmark.h
6
HEADERS := resample.h rational.h
7
8
GRAPHICSMAGICK_CONFIG := `GraphicsMagick++-config --cppflags --cxxflags --ldflags --libs`
0 commit comments