search for: d5cf0da

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

Did you mean: d5bf02da
2007 Dec 03
0
libswfdec/Makefile.am
...ons(+), 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 \ swfde...
2007 Dec 10
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_color_as.c libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_image_decoder.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_as_drawing.c
...gnome.org> Date: Fri Dec 7 16:53:27 2007 +0100 rework invalidation handling again This should lead to less redraws again. But it doesn't seem to yet :o And it doesn't fix all existing bugs either... diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index d5cf0da..471f2c6 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -70,13 +70,6 @@ libswfdec_source_files = \ swfdec_displacement_map_filter.c \ swfdec_draw.c \ swfdec_drop_shadow_filter.c \ - swfdec_text_field.c \ - swfdec_text_field_movie.c \ - swfdec_text_field_movie_as.c \ - swfde...