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 | |
parent | 38e6e8ed8f44669c51f58ac46f14f43c243bf887 (diff) | |
download | gst-plugins-bad-11765509ca3e0edcc939f6de238269bd830d49b9.tar.gz gst-plugins-bad-11765509ca3e0edcc939f6de238269bd830d49b9.tar.bz2 gst-plugins-bad-11765509ca3e0edcc939f6de238269bd830d49b9.zip |
fix package name
Original commit message from CVS:
fix package name
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |