diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-01-11 14:55:34 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-01-11 14:55:34 +0000 |
commit | f3fd919f2b4d4e5d899f1fcdddb2120498c3241d (patch) | |
tree | 314d5a4d8477f108001e23bd3d6b3e2dd4f62748 /configure.ac | |
parent | a6b6f8a5d37aeeb31a6d110952ecdf7e3b120767 (diff) | |
download | gst-plugins-bad-f3fd919f2b4d4e5d899f1fcdddb2120498c3241d.tar.gz gst-plugins-bad-f3fd919f2b4d4e5d899f1fcdddb2120498c3241d.tar.bz2 gst-plugins-bad-f3fd919f2b4d4e5d899f1fcdddb2120498c3241d.zip |
Clock fixes.
Original commit message from CVS:
Clock fixes.
Added seeking in theora/vorbis ogg files.
Make playbin compile.
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 dd4a8036..67d2155b 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 6, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins-threaded, GST_PLUGINS_VERSION, 0, 9, 0, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |