X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=21f415a5d0924f7e7a0a39a9b54e3b7a8c9a5742;hp=da11477c474d67b55ee7ae82dcd217b49400f54d;hb=95edbfccb0843da3cc105dadc5bc6d8e102f6071;hpb=45a95fea489e8972a3387b5b7d09b625b3291b40 diff --git a/Makefile.in b/Makefile.in index da11477..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 = 2:1:0 -movit_version = 1.1.1 +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