]> git.sesse.net Git - movit/blobdiff - Makefile.in
Save a mul in YCbCrInput by folding the scaling into the matrix.
[movit] / Makefile.in
index 21f415a5d0924f7e7a0a39a9b54e3b7a8c9a5742..5cb7fa9b127b53fbc84af13efd0ec5c3bb1a604d 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 = 2:2:0
-movit_version = 1.1.2
+movit_ltversion = 2:3:0
+movit_version = 1.1.3
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@