Displaying 2 results from an estimated 2 matches for "17c524d".
Did you mean:
175240
2007 Sep 04
0
3 commits - libswfdec/Makefile.am test/trace
...3956922ebfd7f4596424 (from 7e1226fcd15665c2223df36a6715a094c013639e)
Author: Pekka Lampila <pekka.lampila at iki.fi>
Date: Tue Sep 4 13:51:05 2007 +0300
Move swfdec_as_array.h from noinst_headers to public_headers (oops)
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index 17c524d..5eaca4e 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -130,6 +130,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_LDFLAGS
public_headers = \
swfdec.h \
+ swfdec_as_array.h \
swfdec_as_context.h \
swfdec_as_debugger.h \
swfdec_as_frame.h \
@@ -152,7 +153,6 @@ libswfdec_ at S...
2007 Sep 03
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c
...SwfdecAsContext as opposed to the old one that was only for stuff that should
end up in SwfdecPlayer, but not in SwfdecAsContext.
This patch alse makes Number use that script as a proof-of-concept and bugfix.
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index d1b3d95..17c524d 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -155,6 +155,7 @@ noinst_HEADERS = \
swfdec_as_array.h \
swfdec_as_boolean.h \
swfdec_as_frame_internal.h \
+ swfdec_as_initialize.h \
swfdec_as_internal.h \
swfdec_as_interpret.h \
swfdec_as_math.h \
@@ -227,6 +228,7 @@ n...