summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-05 14:33:10 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-05 14:33:10 +0000
commit91770a2dff5cb6c15a62c9ab4796b292dcb8d670 (patch)
tree957c770740b1372715b36ded1e0ab93b5d970a21
parent6e4b116b5035463ea0db06ea716b85a298e4b69b (diff)
downloadgst-libav-91770a2dff5cb6c15a62c9ab4796b292dcb8d670.tar.gz
autogen.sh: Fixate snapshot, since this branch will need to work with the old snapshot, even if we update the snapsho...
Original commit message from CVS: * autogen.sh: Fixate snapshot, since this branch will need to work with the old snapshot, even if we update the snapshot for HEAD. * configure.ac: Branch off 0.8, dev mode.
-rw-r--r--ChangeLog10
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bba2ae1..f13111c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * autogen.sh:
+ Fixate snapshot, since this branch will need to work with the old
+ snapshot, even if we update the snapshot for HEAD.
+ * configure.ac:
+ Branch off 0.8, dev mode.
+
+=== release 0.8.6 ===
+
+2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* NEWS:
* RELEASE:
* configure.ac:
diff --git a/autogen.sh b/autogen.sh
index 0453df2..88d3e5f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,7 @@ if test ! -f gst-libs/ext/ffmpeg/autogen.sh
then
rm -rf gst-libs/ext/ffmpeg
echo "+ getting ffmpeg from cvs"
- cvs co mirror-ffmpeg
+ cvs co -D "5 Aug 2005 15:00" mirror-ffmpeg
fi
diff --git a/configure.ac b/configure.ac
index 5c3f4e7..f523d92 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-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 6, 0, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 6, 1, GST_CVS="no", GST_CVS="yes")
dnl we cheat here so we don't have to change the actual configure code bit
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO