search for: aad0e05

Displaying 2 results from an estimated 2 matches for "aad0e05".

Did you mean: aa2005
2007 Dec 03
0
libswfdec/Makefile.am
...2 insertions(+), 8 deletions(-) New commits: commit 66095ac2692402646afcc0732c13dc4b3996433d Author: Benjamin Otte <otte at gnome.org> Date: Mon Dec 3 16:46:24 2007 +0100 fix non-srcdir builds from autogen'd sources diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index aad0e05..d5cf0da 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -14,7 +14,8 @@ endif lib_LTLIBRARIES = libswfdec- at SWFDEC_MAJORMINOR@.la -libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ +# these are files that must be in SRCDIR +libswfdec_source_files = \ swfdec_accessibility.c...
2007 Dec 03
0
12 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_gradient_pattern.c libswfdec/swfdec_gradient_pattern.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_pattern.c
...ee79aa12d99a7b8c8669cf Author: Benjamin Otte <otte at gnome.org> Date: Sun Dec 2 15:17:58 2007 +0100 split out graident pattern code into its own file This is to ease implementation of beginGradientFill diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 6c42eb0..aad0e05 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -89,6 +89,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_font.c \ swfdec_glow_filter.c \ swfdec_gradient_filter.c \ + swfdec_gradient_pattern.c \ swfdec_graphic.c \ swfdec_graphic_movie.c \ swfdec_image.c \ @...