X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=21f415a5d0924f7e7a0a39a9b54e3b7a8c9a5742;hp=3b5f6c3ab3a8c08f3119f8992d8e98c2358dfc95;hb=eb11109d6a074541df9b45be127c70d836bc4872;hpb=5ee3e6bb0bf100d57a06911b89c3a0a0dc49e2be diff --git a/Makefile.in b/Makefile.in index 3b5f6c3..21f415a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,8 +6,8 @@ GTEST_DIR ?= /usr/src/gtest # strive towards having a rock-stable ABI, but at least the soversion will increase # whenever it breaks, so that you will not have silent failures, and distribution package # management can run its course. -movit_ltversion = 1:3:0 -movit_version = 1.0.3 +movit_ltversion = 2:2:0 +movit_version = 1.1.2 prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -22,7 +22,7 @@ with_coverage = @with_coverage@ CC=@CC@ CXX=@CXX@ -CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @SDL2_CFLAGS@ @SDL_CFLAGS@ @Eigen3_CFLAGS@ @epoxy_CFLAGS@ @FFTW3_CFLAGS@ +CXXFLAGS=-Wall @CXXFLAGS@ -fvisibility-inlines-hidden -I$(GTEST_DIR)/include @SDL2_CFLAGS@ @SDL_CFLAGS@ @Eigen3_CFLAGS@ @epoxy_CFLAGS@ @FFTW3_CFLAGS@ ifeq ($(with_SDL2),yes) CXXFLAGS += -DHAVE_SDL2 endif @@ -166,7 +166,7 @@ HDRS += $(EFFECTS:=.h) SHADERS = vs.vert vs.130.vert vs.300es.vert SHADERS += header.frag header.130.frag header.300es.frag SHADERS += footer.frag footer.130.frag footer.300es.frag -SHADERS += texture1d.frag texture1d.130.frag footer.300es.frag +SHADERS += texture1d.frag texture1d.130.frag texture1d.300es.frag SHADERS += $(INPUTS:=.frag) SHADERS += $(EFFECTS:=.frag) SHADERS += highlight_cutoff_effect.frag