summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-07-15 14:05:45 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-07-15 14:05:45 +0200
commitabd432d7b1b49001ba35e4f082df924fe74b528d (patch)
treee8fb924c21333b53e6b55e07282bbff819c52715
parent20db4f2ad9bc972bf59fe75df49cd7b9dd659929 (diff)
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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index da8bd43f..2bd732ad 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])