diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-16 09:20:52 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-16 09:20:52 +0000 |
commit | 0ecb219505fd9c6ceec58560efcaf34021429e12 (patch) | |
tree | 1564baa68a27df52cbda4bd9e4c1e561754255c9 /plugins/indexers | |
parent | b45c86c1df7ab553ba5b17d465a59be5416dc310 (diff) |
configure.ac: use the gettext macro
Original commit message from CVS:
2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
use the gettext macro
* gst/elements/gstelements.c:
* gst/gst.c:
* gst/indexers/gstindexers.c:
update for GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN
* win32/common/config.h:
updated config.h
* win32/common/config.h.in:
add the template to generate config.h
* win32/common/gstenumtypes.c:
* win32/common/gstversion.h:
updated copies
Diffstat (limited to 'plugins/indexers')
-rw-r--r-- | plugins/indexers/gstindexers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/indexers/gstindexers.c b/plugins/indexers/gstindexers.c index 01384e07b..a42dc8a09 100644 --- a/plugins/indexers/gstindexers.c +++ b/plugins/indexers/gstindexers.c @@ -41,4 +41,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "gstindexers", "GStreamer core indexers", - plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); |