From f77e1642dc2bd0001d78721ecd6bac9437ecd11b Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Tue, 7 May 2013 18:52:28 +0200 Subject: [PATCH] Bump library major version. The whole libgstvaapi libraries got a major refresh to get rid of GObject. This is a fundamental change that requires a new SONAME. More changes are underway to streamline the core libraries. So far, the net result is a reduction of .text size (code) by 32KB, i.e. -10%. On one particular test (sintel HD trailer), the total number of executed instruction was reduced by 8%. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9e6109d..3380626 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_append([gst_vaapi_version], gst_vaapi_pre_version, [.pre]) ]) # gstreamer-vaapi library (libtool) version number -m4_define([gst_vaapi_lt_current], [2]) +m4_define([gst_vaapi_lt_current], [3]) m4_define([gst0_vaapi_lt_current_bias], [0]) m4_define([gst1_vaapi_lt_current_bias], [2]) m4_define([gst_vaapi_lt_revision], [0]) -- 2.7.4