diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-02-23 12:45:50 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-02-23 12:45:50 +0000 |
commit | 66cd4c10068aed791fecd048838b0928a1a93e38 (patch) | |
tree | 4dba12c1996c6c6c2e949de35b196386c50ac0dc /autogen.sh | |
parent | 3abfcde00facee12678a64d7b8969ca5b2a1eb38 (diff) | |
download | gstreamer-plugins-base-66cd4c10068aed791fecd048838b0928a1a93e38.tar.gz |
remove a whole bunch of plugins. This module now contains a set of free reference plugins/elements as agreed.
Original commit message from CVS:
remove a whole bunch of plugins. This module now contains a set
of free reference plugins/elements as agreed.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 8977a618e..06d9d7232 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,7 +3,7 @@ DIE=0 package=gst-plugins -srcfile=gst/law/alaw.c +srcfile=gst/sine/gstsinesrc.c # a quick cvs co if necessary to alleviate the pain - may remove this # when developers get a clue ;) |