diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-11-14 10:56:11 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-11-14 10:56:11 +0000 |
commit | bb64b539551a4543c9ab9c7abc024189140f7a86 (patch) | |
tree | 99dd3a3057d1fc42a8e5f9a14cda6b87dd92f5f8 | |
parent | 3e9f40bff765384018d523235c5e83a61ecf4d90 (diff) | |
download | gst-plugins-bad-bb64b539551a4543c9ab9c7abc024189140f7a86.tar.gz gst-plugins-bad-bb64b539551a4543c9ab9c7abc024189140f7a86.tar.bz2 gst-plugins-bad-bb64b539551a4543c9ab9c7abc024189140f7a86.zip |
no gl in stable
Original commit message from CVS:
no gl in stable
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 42f092a8..1281839c 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, 6, 4, 0, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 4, 1, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl our libraries and install dirs use major.minor as a version @@ -1135,7 +1135,6 @@ sys/vcd/Makefile sys/vga/Makefile sys/xvideo/Makefile sys/videosink/Makefile -sys/glsink/Makefile ext/Makefile ext/a52dec/Makefile ext/aalib/Makefile |