diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-08 17:34:08 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-08 17:34:08 +0000 |
commit | 956992925244f67b6e873c1c9dc37af40ccd4c57 (patch) | |
tree | b2c5407e5bb15676d5398e5dbcc9a4287675b4bd /configure.ac | |
parent | 7cbf6bb7f216a40501b105ecef9a026f4b6eac10 (diff) | |
download | gst-plugins-bad-956992925244f67b6e873c1c9dc37af40ccd4c57.tar.gz gst-plugins-bad-956992925244f67b6e873c1c9dc37af40ccd4c57.tar.bz2 gst-plugins-bad-956992925244f67b6e873c1c9dc37af40ccd4c57.zip |
new method. various debugging
Original commit message from CVS:
new method. various debugging
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a367fab8..3fda630d 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ dnl - library source changed -> increment REVISION dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 +dnl for 0.8.3 release, gst_play_get_all_by_interface was added, so update AS_LIBTOOL(GST_PLUGINS, 1, 0, 1) AM_PROG_LIBTOOL |