mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
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)
This commit is contained in:
parent
3250e07566
commit
82c52d4736
2 changed files with 9 additions and 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;
|
||||
|
|
Loading…
Reference in a new issue