summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-11-25 11:31:58 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-11-25 11:31:58 +0100
commit217ac7b3be16baa90746cbaf9794f3fad34290eb (patch)
tree2e4c2e2fff40284ac39add5c0d26a7b960d4bfeb /configure.ac
parent9917fbe4c55fb9b4e9c580fc9e48dd91b0876a92 (diff)
omxaudioenc: Use audio base classes from gst-plugins-base instead of having our own copies
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7faff82..d4f7373 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.29
+GST_REQ=0.10.35.1
dnl *** autotools stuff ****