]> git.sesse.net Git - movit/blobdiff - Makefile.in
Make the sRGB intermediate test slightly more stringent (so that e.g. 0.0 will not...
[movit] / Makefile.in
index f15fabf29ec6508223cbfbede591e4559ce5beda..c5e3d2c8acd655d43de02635b969980c98752d68 100644 (file)
@@ -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 = 3:0:0
-movit_version = 1.2.0
+movit_ltversion = 4:1:0
+movit_version = 1.3.1
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
@@ -77,6 +77,7 @@ TESTED_EFFECTS += complex_modulate_effect
 TESTED_EFFECTS += luma_mix_effect
 TESTED_EFFECTS += fft_convolution_effect
 TESTED_EFFECTS += ycbcr_conversion_effect
+TESTED_EFFECTS += deinterlace_effect
 
 UNTESTED_EFFECTS = sandbox_effect
 UNTESTED_EFFECTS += mirror_effect