diff options
author | Christian Schaller <uraeus@gnome.org> | 2008-06-03 15:41:05 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2008-06-03 15:41:05 +0000 |
commit | 11765509ca3e0edcc939f6de238269bd830d49b9 (patch) | |
tree | 090f8ef6cc14049af49f5024e388bdc6fc365265 /autogen.sh | |
parent | 38e6e8ed8f44669c51f58ac46f14f43c243bf887 (diff) | |
download | gstreamer-plugins-bad-11765509ca3e0edcc939f6de238269bd830d49b9.tar.gz |
fix package name
Original commit message from CVS:
fix package name
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 05a219ff6..d562b16a3 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-bad srcfile=gst/speed/gstspeed.c # a quick cvs co to ease the transition |