summaryrefslogtreecommitdiff
path: root/src/post/goom
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2008-01-01 07:22:49 +0200
committerPetri Hintukainen <phintuka@users.sourceforge.net>2008-01-01 07:22:49 +0200
commit9285ce63facf833394d79d4e5be6adfa4c70eac6 (patch)
tree3218cd222cebdd6d8183fbfebb227e0198cd049c /src/post/goom
parent3ebd29271aee0665b759a7ba48fb3a343282fd0b (diff)
downloadxine-lib-9285ce63facf833394d79d4e5be6adfa4c70eac6.tar.gz
xine-lib-9285ce63facf833394d79d4e5be6adfa4c70eac6.tar.bz2
Bump post plugin interface version after API changes
(Changeset 9602: Replace get_identifier/get_description functions with strings.)
Diffstat (limited to 'src/post/goom')
-rw-r--r--src/post/goom/xine_goom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/xine_goom.c b/src/post/goom/xine_goom.c
index 47bd12942..6971a5a1c 100644
--- a/src/post/goom/xine_goom.c
+++ b/src/post/goom/xine_goom.c
@@ -116,7 +116,7 @@ static const post_info_t goom_special_info = {
const plugin_info_t xine_plugin_info[] EXPORTED = {
/* type, API, "name", version, special_info, init_function */
- { PLUGIN_POST | PLUGIN_MUST_PRELOAD, 9, "goom", XINE_VERSION_CODE, &goom_special_info, &goom_init_plugin },
+ { PLUGIN_POST | PLUGIN_MUST_PRELOAD, 10, "goom", XINE_VERSION_CODE, &goom_special_info, &goom_init_plugin },
{ PLUGIN_NONE, 0, "", 0, NULL, NULL }
};