summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6339bf42..420fa3f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-12 Andy Wingo <wingo@pobox.com>
+
+ * autogen.sh (package): Now type 'make' to build gst-plugins-good.
+
2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
diff --git a/autogen.sh b/autogen.sh
index 69c0b439..1cd4ba59 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