summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-11-23 12:38:10 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-11-23 12:38:10 +0000
commit95bfd5318110f2377694e3f79042bd333d64d838 (patch)
treef138a401bb61bc33bf44f525c4248a281d6590c4 /autogen.sh
parent059fcb4eda983ce6c6bcf7a881e04df7da6471d0 (diff)
autogen.sh: eheh, sinesrc is gone. Replacing sample srcfile by existing one.
Original commit message from CVS: * autogen.sh: eheh, sinesrc is gone. Replacing sample srcfile by existing one. Fixes autogen
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index faf204d2..2e68c7f6 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;