summaryrefslogtreecommitdiff
path: root/common-modified
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 /common-modified
parent449a53f65146448d70f761cc1257171702c83db4 (diff)
downloadfarstream-e33572c56e93ad1a0f644047f30fc23ab5e01372.tar.gz
Rename Farsight 2 to Farstream
Diffstat (limited to 'common-modified')
-rw-r--r--common-modified/gtk-doc-plugins.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/common-modified/gtk-doc-plugins.mak b/common-modified/gtk-doc-plugins.mak
index 79509344..f1e47931 100644
--- a/common-modified/gtk-doc-plugins.mak
+++ b/common-modified/gtk-doc-plugins.mak
@@ -1,6 +1,6 @@
# This is an include file specifically tuned for building documentation
# for GStreamer plug-ins
-# It has been further specialized to farsight2 plugins stuff
+# It has been further specialized to farstream plugins stuff
help:
@echo
@@ -321,7 +321,7 @@ scanobj-trans-update:
# We have a scanobj-build.stamp just to prevent both from running at the same
# time as they use temp files with the same name
-scanobj-trans-build.stamp: $(SCANOBJ_DEPS) $(basefiles) scanobj-build.stamp farsight2-transmitters.types
+scanobj-trans-build.stamp: $(SCANOBJ_DEPS) $(basefiles) scanobj-build.stamp farstream-transmitters.types
@echo '*** Scanning Transmitters ***'
if test x"$(srcdir)" = x. ; then \
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext \
@@ -332,7 +332,7 @@ scanobj-trans-build.stamp: $(SCANOBJ_DEPS) $(basefiles) scanobj-build.stamp fars
LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \
$(srcdir)/gtkdoc-scangobj-transmitters \
--type-init-func="gst_init(NULL,NULL)" \
- --types=farsight2-transmitters.types \
+ --types=farstream-transmitters.types \
--module=$(DOC_MODULE) && \
$(PYTHON) \
$(top_srcdir)/common/scangobj-merge.py $(DOC_MODULE); \