diff --git a/ChangeLog b/ChangeLog index 71e60367af..d763b71971 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-23 Edward Hervey + + * autogen.sh: + eheh, sinesrc is gone. Replacing sample srcfile by existing one. + Fixes autogen + 2005-11-23 Thomas Vander Stichele * check/Makefile.am: diff --git a/autogen.sh b/autogen.sh index faf204d2b8..2e68c7f68a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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;