diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-07-26 17:04:02 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-07-26 17:25:15 +0200 |
commit | 5a0c2517eebb7fa935e2e881fc5544c879ec1a00 (patch) | |
tree | ae5f79836f0ef573edc8eda358375e4209982f81 /.gitignore | |
parent | 93f97277dade0de0d41fdeef2237047399d641b5 (diff) |
pbutils: add compile time and runtime version checks for gst-plugins-base
So people can check what version of the gst-plugins-base libs they're
building against or linked against.
API: GST_PLUGINS_BASE_VERSION_MAJOR
API: GST_PLUGINS_BASE_VERSION_MINOR
API: GST_PLUGINS_BASE_VERSION_MICRO
API: GST_PLUGINS_BASE_VERSION_NANO
API: GST_CHECK_PLUGINS_BASE_VERSION
API: gst_plugins_base_version()
API: gst_plugins_base_version_string()
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3b739b87f..005392e43 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ Makefile *.gir *.typelib +gst-libs/gst/pbutils/gstpluginsbaseversion.h gst-libs/gst/tag/mklangtables tmp-orc.c |