diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-07-05 17:31:59 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-07-05 17:31:59 +0000 |
commit | 22d0545163db353dd95e5fd2fe4492a3aae81079 (patch) | |
tree | 8f20f6dce7a21c82ae40be4ae9d91d6e0766f56a /src/input/input_rtp.c | |
parent | 8ab4cd4497b60eebbeed0947dc19591e32264557 (diff) | |
download | xine-lib-22d0545163db353dd95e5fd2fe4492a3aae81079.tar.gz xine-lib-22d0545163db353dd95e5fd2fe4492a3aae81079.tar.bz2 |
Bump up version numbers due to changes in xine_t
CVS patchset: 2214
CVS date: 2002/07/05 17:31:59
Diffstat (limited to 'src/input/input_rtp.c')
-rw-r--r-- | src/input/input_rtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c index 7db45091a..44886ca7c 100644 --- a/src/input/input_rtp.c +++ b/src/input/input_rtp.c @@ -509,7 +509,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { config_values_t *config; int bufn; - if (iface != 7) { + if (iface != 8) { LOG_MSG(xine, _("rtp input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" |