X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=0021c9835cb8c0939da1ec662936e45c7a10c1d4;hp=35fc71ec0ab4e6c9a4a586e33ddb867f91fc6bc2;hb=15b0642fb679aabc45e6ef778d99494152f233b2;hpb=b54af6e5d1df8bd15e6d1cd2eeb75ff546bc7880 diff --git a/Makefile.in b/Makefile.in index 35fc71e..0021c98 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:3:0 -movit_version = 1.1.3 +movit_ltversion = 3:0:0 +movit_version = 1.2.0 prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -76,6 +76,7 @@ TESTED_EFFECTS += slice_effect TESTED_EFFECTS += complex_modulate_effect TESTED_EFFECTS += luma_mix_effect TESTED_EFFECTS += fft_convolution_effect +TESTED_EFFECTS += ycbcr_conversion_effect UNTESTED_EFFECTS = sandbox_effect UNTESTED_EFFECTS += mirror_effect @@ -160,14 +161,14 @@ coverage: @exit 1 endif -HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h fp16.h ycbcr.h +HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h fp16.h ycbcr.h version.h HDRS += $(INPUTS:=.h) 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 texture1d.300es.frag +SHADERS = vs.vert vs.130.vert vs.150.vert vs.300es.vert +SHADERS += header.130.frag header.150.frag header.300es.frag +SHADERS += footer.frag identity.frag +SHADERS += texture1d.130.frag texture1d.150.frag texture1d.300es.frag SHADERS += $(INPUTS:=.frag) SHADERS += $(EFFECTS:=.frag) SHADERS += highlight_cutoff_effect.frag