Benjamin Otte
2007-Jan-15 02:58 UTC
[Swfdec] 2 commits - configure.ac libswfdec/swfdec_cache.c libswfdec/swfdec_cache.h
configure.ac | 2 +-
libswfdec/swfdec_cache.c | 23 +++++++++++++++++++++++
libswfdec/swfdec_cache.h | 19 +++++++++++++++++++
3 files changed, 43 insertions(+), 1 deletion(-)
New commits:
diff-tree e6fa9c03b3333781cfaa260d0001885c1527e368 (from
ce60e445dfd74468b263ddf9cf2f04261c1968d5)
Author: Benjamin Otte <otte@gnome.org>
Date: Mon Jan 15 11:58:40 2007 +0100
fix config.h include and copyright headers
diff --git a/libswfdec/swfdec_cache.c b/libswfdec/swfdec_cache.c
index cb121f8..6881337 100644
--- a/libswfdec/swfdec_cache.c
+++ b/libswfdec/swfdec_cache.c
@@ -1,3 +1,26 @@
+/* Swfdec
+ * Copyright (C) 2005 David Schleef <ds@schleef.org>
+ * 2007 Benjamin Otte <otte@gnome.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <swfdec_cache.h>
diff --git a/libswfdec/swfdec_cache.h b/libswfdec/swfdec_cache.h
index 28f0e47..aefc108 100644
--- a/libswfdec/swfdec_cache.h
+++ b/libswfdec/swfdec_cache.h
@@ -1,3 +1,22 @@
+/* Swfdec
+ * Copyright (C) 2005 David Schleef <ds@schleef.org>
+ * 2007 Benjamin Otte <otte@gnome.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
#ifndef _SWFDEC_CACHE_H_
#define _SWFDEC_CACHE_H_
diff-tree ce60e445dfd74468b263ddf9cf2f04261c1968d5 (from
567b860a933b5917136c9eead72cc55d755023b2)
Author: Benjamin Otte <otte@gnome.org>
Date: Mon Jan 15 11:53:40 2007 +0100
back to cvs
diff --git a/configure.ac b/configure.ac
index 5537eb2..eb69535 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec,0.4.1)
+AC_INIT(swfdec,0.4.1.1)
[nano=$(echo $PACKAGE_VERSION | sed
's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
Possibly Parallel Threads
- 9 commits - libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_cache.c libswfdec/swfdec_cached.c libswfdec/swfdec_cached.h libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_image.c
- libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.h libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_cache.c
- 11 commits - configure.ac libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_decoder.c
- Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c libswfdec/swfdec_sprite.c test/dump.c
- 5 commits - libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h README
