From abd432d7b1b49001ba35e4f082df924fe74b528d Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 15 Jul 2013 14:05:45 +0200 Subject: [PATCH] Bump library major version. Bump the library major version due to API/ABI changes that occurred in the imaging API. In particular, GstVaapiImageFormat type was replaced with the standard GstVideoFormat type. All dependent APIs were updated to match this change. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index da8bd43f42..2bd732ad39 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], [3]) +m4_define([gst_vaapi_lt_current], [4]) m4_define([gst0_vaapi_lt_current_bias], [0]) m4_define([gst1_vaapi_lt_current_bias], [2]) m4_define([gst_vaapi_lt_revision], [0])