diff options
author | Mikhail Zabaluev <mhz@altlinux.org> | 2006-03-13 12:14:18 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-13 12:14:18 +0000 |
commit | 82c52d4736fa9db46347cb34c4fc000ae315c3a7 (patch) | |
tree | fa520bf6ff30748b26db7a7762f18b2bf7e72b5d | |
parent | 3250e07566ea40a1e4eda0e21c6b80475122cfc6 (diff) | |
download | gst-plugins-bad-82c52d4736fa9db46347cb34c4fc000ae315c3a7.tar.gz gst-plugins-bad-82c52d4736fa9db46347cb34c4fc000ae315c3a7.tar.bz2 gst-plugins-bad-82c52d4736fa9db46347cb34c4fc000ae315c3a7.zip |
autogen.sh: Don't check for file that only exists in CVS but isn't disted (#334417)
Original commit message from CVS:
Patch by: Mikhail Zabaluev <mhz altlinux org>
* autogen.sh:
Don't check for file that only exists in CVS but isn't
disted (#334417)
-rw-r--r-- | ChangeLog | 8 | ||||
-rwxr-xr-x | autogen.sh | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2006-03-13 Tim-Philipp Müller <tim at centricular dot net> + + Patch by: Mikhail Zabaluev <mhz altlinux org> + + * autogen.sh: + Don't check for file that only exists in CVS but isn't + disted (#334417) + 2006-03-13 Julien MOUTTE <julien@moutte.net> * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: @@ -3,7 +3,7 @@ DIE=0 package=gst-plugins -srcfile=gst/librfb/gstrfbsrc.c +srcfile=gst/speed/gstspeed.c # a quick cvs co to ease the transition if test ! -d common; |