mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
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:
parent
85d50c1c63
commit
f77e1642dc
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue