search for: 5cb64c3

Displaying 3 results from an estimated 3 matches for "5cb64c3".

Did you mean: 5cb6491
2007 Feb 06
0
Branch 'interpreter' - 15 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_image.c libswfdec/swfdec_sprite_movie.c
...x 01c4f45..e0957af 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = sound trace various +SUBDIRS = image sound trace various noinst_PROGRAMS = swfdec-extract dump parse diff --git a/test/image/.gitignore b/test/image/.gitignore new file mode 100644 index 0000000..5cb64c3 --- /dev/null +++ b/test/image/.gitignore @@ -0,0 +1,11 @@ +*~ +CVS +.cvsignore +.deps +.libs + +Makefile +Makefile.in +*.o + +image diff --git a/test/image/Makefile.am b/test/image/Makefile.am new file mode 100644 index 0000000..7e46bee --- /dev/null +++ b/test/image/Makefile.am @@ -0,0 +1,7 @@ +c...
2007 Nov 14
0
9 commits - libswfdec/swfdec_as_string.c libswfdec/swfdec_color_as.c libswfdec/swfdec_interval.c test/image test/trace
...eletions(-) New commits: commit 41178928861567a0918949825b975f3658a4b6a8 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Nov 14 15:31:34 2007 +0200 Add *.dump.png and *.diff.png to test/image/'s .gitignore diff --git a/test/image/.gitignore b/test/image/.gitignore index 5cb64c3..a26d58e 100644 --- a/test/image/.gitignore +++ b/test/image/.gitignore @@ -9,3 +9,5 @@ Makefile.in *.o image +*.dump.png +*.diff.png commit 6c994e5fe15290542983d67fa2770aea590e49e5 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Nov 14 15:28:04 2007 +0200 Recompile array...
2007 Feb 06
0
21 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c
...x 01c4f45..e0957af 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = sound trace various +SUBDIRS = image sound trace various noinst_PROGRAMS = swfdec-extract dump parse diff --git a/test/image/.gitignore b/test/image/.gitignore new file mode 100644 index 0000000..5cb64c3 --- /dev/null +++ b/test/image/.gitignore @@ -0,0 +1,11 @@ +*~ +CVS +.cvsignore +.deps +.libs + +Makefile +Makefile.in +*.o + +image diff --git a/test/image/Makefile.am b/test/image/Makefile.am new file mode 100644 index 0000000..7e46bee --- /dev/null +++ b/test/image/Makefile.am @@ -0,0 +1,7 @@ +c...