autogen.sh: eheh, sinesrc is gone. Replacing sample srcfile by existing one.
authorEdward Hervey <bilboed@bilboed.com>
Wed, 23 Nov 2005 12:38:10 +0000 (12:38 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 23 Nov 2005 12:38:10 +0000 (12:38 +0000)
Original commit message from CVS:
* autogen.sh:
eheh, sinesrc is gone. Replacing sample srcfile by existing one.
Fixes autogen

ChangeLog
autogen.sh

index 71e6036..d763b71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-23  Edward Hervey  <edward@fluendo.com>
+
+       * autogen.sh:
+       eheh, sinesrc is gone. Replacing sample srcfile by existing one.
+       Fixes autogen
+
 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * check/Makefile.am:
index faf204d..2e68c7f 100755 (executable)
@@ -3,7 +3,7 @@
 
 DIE=0
 package=gst-plugins-base
-srcfile=gst/sine/gstsinesrc.c
+srcfile=gst/audiotestsrc/gstaudiotestsrc.c
 
 # a quick cvs co to ease the transition
 if test ! -d common;