gnomemm r2147 - gstreamermm/trunk



Author: jaalburqu
Date: Fri Apr  3 02:13:29 2009
New Revision: 2147
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2147&view=rev

Log:
2009-04-02  Josà Alburquerque  <jaalburqu svn gnome org>

	* configure.ac: Corrected comment on adding plug-ins by explaining
	that the list is separated by spaces so if other gstreamermm modules
	copy the plug-in handling sections, the comment will make it easier to
	start the list from scratch.

Modified:
   gstreamermm/trunk/ChangeLog
   gstreamermm/trunk/configure.ac

Modified: gstreamermm/trunk/configure.ac
==============================================================================
--- gstreamermm/trunk/configure.ac	(original)
+++ gstreamermm/trunk/configure.ac	Fri Apr  3 02:13:29 2009
@@ -182,9 +182,9 @@
 # To add a plugin, add the plugin definition, in the form of
 # "plugin=CppClassName" (where "plugin" is the plugin name as recognized by
 # gst-inspect and "CppClassName" is the desired name of the C++ class),  to the
-# list of definitions below.  Also add the target .hg file name (which must be
-# the same as "CppClassName" all in lowercase with a .hg extension) to the
-# files_all_plugin_hg variable in the
+# space separated list of definitions below.  Also add the target .hg file name
+# (which must be the same as "CppClassName" all in lowercase with a .hg
+# extension) to the files_all_plugin_hg variable in the
 # gstreamer/src/Makefile_list_of_hg.am_fragment file.  Finally, be sure to
 # include an #undef in the form of "#undef GSTREAMERMM_PLUGIN_name" in the
 # gstreamermmconfig.h.in file (where "name" is the plugin name all in caps).



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]