diff options
author | Andy Wingo <wingo@pobox.com> | 2005-09-12 16:14:48 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-09-12 16:14:48 +0000 |
commit | 5582665174eb022a52d0feed81523477dfdf001b (patch) | |
tree | 23408f49e80a96259feabd6f4375919f2972f1f1 /autogen.sh | |
parent | a050b3d0bd497d75a9b3318d85109a9f8810b064 (diff) |
autogen.sh (package): Now type 'make' to build gst-plugins-good.
Original commit message from CVS:
2005-09-12 Andy Wingo <wingo@pobox.com>
* autogen.sh (package): Now type 'make' to build gst-plugins-good.
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 69c0b439c..1cd4ba594 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # Run this to generate all the initial makefiles, etc. DIE=0 -package=gst-plugins +package=gst-plugins-good srcfile=gst/law/alaw.c # a quick cvs co to ease the transition |