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%.
This commit is contained in:
Gwenole Beauchesne 2013-05-07 18:52:28 +02:00
parent 85d50c1c63
commit f77e1642dc

View file

@ -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])