diff options
author | Stefan Kost <ensonic@users.sf.net> | 2010-03-11 21:32:28 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2010-03-12 10:35:15 +0200 |
commit | 3b78cc5eca842829ff3dffe46d9cae390f6bfbcd (patch) | |
tree | 2d5e44adb3b618cf41a22ed00f0dc6518e90e749 /configure.ac | |
parent | 81e6d94bb5fc03e98fd8e1100f1294ef791885f6 (diff) | |
download | gstreamer-plugins-bad-3b78cc5eca842829ff3dffe46d9cae390f6bfbcd.tar.gz |
jpegformat: add xmp reading and writing support
Bump needed base version for new xmp helper library. Use xmp helpers in
jpegparse and jifmux.
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 a948caa24..2c258e4b4 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** GST_REQ=0.10.28.1 -GSTPB_REQ=0.10.27 +GSTPB_REQ=0.10.28.1 dnl *** autotools stuff **** |