diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-03-25 00:00:59 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-03-25 00:18:43 +0000 |
commit | e7807712231f0674a3a0d31534e3d5699272e48d (patch) | |
tree | 462c2b782fe235df9092d0820738646e84b08b94 /configure.ac | |
parent | 2de5d0d52f06f271d752b8656e32b16289b426fb (diff) |
gdkpixbufoverlay: add "alpha" property to set alpha of overlay image
.. or turn the overlay off by setting alpha to 0.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 50b779441..fddc97dc7 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** GST_REQ=0.10.36 -GSTPB_REQ=0.10.36 +GSTPB_REQ=0.10.36.1 dnl *** autotools stuff **** |