[Swfdec-commits] src/plugin.c
Benjamin Otte
company at kemper.freedesktop.org
Wed Aug 27 14:11:24 PDT 2008
src/plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ae5cd6a10195c71b9677d27932cc8b1366f05034
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Aug 27 23:09:31 2008 +0200
dump the revision we report from 100 to 999
That makes us look like we can do H264
diff --git a/src/plugin.c b/src/plugin.c
index 677ddf8..ac59903 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -127,7 +127,7 @@ NP_GetValue (void* reserved, NPPVariable var, void* out)
break;
case NPPVpluginDescriptionString:
/* FIXME: find a way to encode the Swfdec version without breaking stupid JS scripts */
- *val = (char *) "Shockwave Flash 9.0 r100";
+ *val = (char *) "Shockwave Flash 9.0 r999";
break;
case NPPVpluginNeedsXEmbed:
*((PRBool*) val) = PR_FALSE;
More information about the Swfdec-commits
mailing list