diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-07-24 05:15:41 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-07-24 05:15:41 +0000 |
commit | 48ca19fbd667ebd08708aaa942fa804c7fc308e7 (patch) | |
tree | 08f2e05b0191f877258f6176aa9746c6e5e41bd2 /configure.ac | |
parent | 1bbb76ef8e486a1ff67683533998ec5f4761da10 (diff) | |
download | gst-plugins-bad-48ca19fbd667ebd08708aaa942fa804c7fc308e7.tar.gz gst-plugins-bad-48ca19fbd667ebd08708aaa942fa804c7fc308e7.tar.bz2 gst-plugins-bad-48ca19fbd667ebd08708aaa942fa804c7fc308e7.zip |
Use the new buffer clipping function from gstaudio here and require gst-plugins-base CVS.
Original commit message from CVS:
* configure.ac:
* ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
Use the new buffer clipping function from gstaudio here and
require gst-plugins-base CVS.
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 1311a102..68510f49 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** dnl *** remove rtpmanager/equalizer stuff below when this is updated GST_REQ=0.10.13 -GSTPB_REQ=0.10.13 +GSTPB_REQ=0.10.13.1 dnl *** autotools stuff **** |