Displaying 2 results from an estimated 2 matches for "68350fc".
Did you mean:
083a50fc
2007 Jun 06
0
Branch 'as' - libswfdec/Makefile.am libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_root_sprite.h libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_swf_decoder.h libswfdec/swfdec_tag.c
...1fc7068c (from bf3f17bb8f8aa3d5a9cf4d4121e77efc2c1f048c)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Jun 6 17:29:39 2007 +0200
get rid of the root sprite and put the relevant information into the SwfdecSwfDecoder
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index 68350fc..5d8a92a 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -98,7 +98,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES
swfdec_rect.c \
swfdec_ringbuffer.c \
swfdec_root_movie.c \
- swfdec_root_sprite.c \
swfdec_script.c \
swfdec_shape.c \
swfdec_sound.c \
@@ -194,7 +193,6...
2007 Jun 05
0
Branch 'as' - 8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_scope.h
...at gnome.org>
Date: Tue Jun 5 22:18:22 2007 +0200
Add With action
This includes a With object, lots of code to jump out of scope at the right
time and various other modifications to make With a reality
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index d701d51..68350fc 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -47,6 +47,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES
swfdec_as_strings.c \
swfdec_as_super.c \
swfdec_as_types.c \
+ swfdec_as_with.c \
swfdec_amf.c \
swfdec_audio.c \
swfdec_audio_event.c \
@@ -151,6 +152,7 @@ noin...