X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.in;h=660bf7aba58c807be087161f3bcebd11aa7f95ac;hb=8c7e53028a3ef4805d2608643041a5d7e6bd1b6e;hp=759cf58f259073a6b24908c925ddb5c925d4c563;hpb=1f4a7aefd4a149e93a1dc41f85958e827670c98b;p=movit diff --git a/Makefile.in b/Makefile.in index 759cf58..660bf7a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,12 +8,16 @@ datarootdir = @datarootdir@ datadir = @datadir@ top_builddir = @top_builddir@ with_demo_app = @with_demo_app@ +with_SDL2 = @with_SDL2@ CC=@CC@ CXX=@CXX@ -CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @Eigen3_CFLAGS@ @GLEW_CFLAGS@ -LDFLAGS=@GLEW_LIBS@ @SDL_LIBS@ -lpthread -DEMO_LDLIBS=@SDL_image_LIBS@ -lrt -lpthread @libpng_LIBS@ +CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @SDL2_CFLAGS@ @SDL_CFLAGS@ @Eigen3_CFLAGS@ @epoxy_CFLAGS@ +ifeq ($(with_SDL2),yes) +CXXFLAGS += -DHAVE_SDL2 +endif +LDFLAGS=@epoxy_LIBS@ @SDL2_LIBS@ @SDL_LIBS@ -lpthread +DEMO_LDLIBS=@SDL2_image_LIBS@ @SDL_image_LIBS@ -lrt -lpthread @libpng_LIBS@ SHELL=@SHELL@ LIBTOOL=@LIBTOOL@ --tag=CXX RANLIB=ranlib @@ -55,6 +59,7 @@ TESTED_EFFECTS += dither_effect TESTED_EFFECTS += deconvolution_sharpen_effect TESTED_EFFECTS += fft_pass_effect TESTED_EFFECTS += vignette_effect +TESTED_EFFECTS += slice_effect UNTESTED_EFFECTS = sandbox_effect UNTESTED_EFFECTS += mirror_effect