summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 14:55:29 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 16:14:07 -0400
commite33572c56e93ad1a0f644047f30fc23ab5e01372 (patch)
tree2347860066da7fa0c91df89dc86a06e4e012236c /autogen.sh
parent449a53f65146448d70f761cc1257171702c83db4 (diff)
downloadfarstream-e33572c56e93ad1a0f644047f30fc23ab5e01372.tar.gz
Rename Farsight 2 to Farstream
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 211beee1..c97287d0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,8 +2,8 @@
# Run this to generate all the initial makefiles, etc.
DIE=0
-package=farsight2
-srcfile=gst-libs/gst/farsight/fs-candidate.c
+package=farstream
+srcfile=gst-libs/gst/farstream/fs-candidate.c
# Make sure we have common
if test ! -f common/gst-autogen.sh;