Displaying 1 result from an estimated 1 matches for "e94b835".
Did you mean:
1e94e835
2007 Sep 26
1
Youtube broken by 89d295a94
...be tested simply by running "swfplay player2.swf", where
player2.swf comes from http://www.youtube.com/player2.swf
This patch restores Youtube support in the git head, but it's just a
hack.
diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c
index 5dc9a24..e94b835 100644
--- a/libswfdec/swfdec_as_interpret.c
+++ b/libswfdec/swfdec_as_interpret.c
@@ -578,6 +578,7 @@ swfdec_action_get_variable (SwfdecAsContext *cx, guint action, const guint8 *dat
val = swfdec_as_stack_peek (cx, 1);
s = swfdec_as_value_to_string (cx, val);
+ swfdec_as_context_eval (cx,...