Displaying 14 results from an estimated 14 matches similar to: "2 commits - configure.ac vivified/core"
2007 Aug 21
0
Branch 'vivi' - 15 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_script.c libswfdec/swfdec_types.h vivified/core vivified/ui
configure.ac | 5 -
libswfdec/Makefile.am | 2
libswfdec/swfdec_as_context.c | 9 +-
libswfdec/swfdec_as_debugger.h | 8 ++
libswfdec/swfdec_as_object.c | 5 +
libswfdec/swfdec_movie.c | 15 ---
libswfdec/swfdec_script.c | 1
libswfdec/swfdec_types.h | 1
vivified/core/vivi_debugger.c | 34
2007 Oct 26
0
6 commits - configure.ac libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec_video.c player/swfplay.c
configure.ac | 12
libswfdec/swfdec_codec_audio.c | 2
libswfdec/swfdec_codec_gst.c | 525 +++++++++++++++++++++++++----------------
libswfdec/swfdec_codec_video.c | 2
player/swfplay.c | 2
5 files changed, 336 insertions(+), 207 deletions(-)
New commits:
commit 2aa4f7f59de874bab2a74398fda09d3d387fcd30
Merge: efc1a32... e6964fd...
Author:
2007 Aug 13
0
Branch 'vivi' - 24 commits - configure.ac libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_tag.h vivified/core vivified/dock vivified/ui
configure.ac | 1
libswfdec/swfdec_sprite_movie.c | 60 --------------
libswfdec/swfdec_tag.c | 152 ++++++++++++++++++++++++++++--------
libswfdec/swfdec_tag.h | 5 +
vivified/core/Makefile.am | 5 +
vivified/core/vivi_application.c | 97 ++++++++++++++++++----
vivified/core/vivi_application.h | 3
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
Makefile.am | 7
autogen.sh | 2
configure.ac | 27 +
doc/swfdec-sections.txt | 3
libswfdec-gtk/swfdec_gtk_player.c | 7
libswfdec-gtk/swfdec_gtk_player.h | 2
libswfdec-gtk/swfdec_gtk_widget.c |
2008 Mar 30
1
[PATCH 1/2] Add SECRET_TEST_CODE to AM_CONDITIONAL in configure.ac
Otherwise, automake will fail to process vivified/code/Makefile.am
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index a3e186b..0e28374 100644
--- a/configure.ac
+++ b/configure.ac
@@ -300,6 +300,7 @@ else
AC_MSG_NOTICE([Vivified was not enabled.])
fi
AM_CONDITIONAL(HAVE_VIVI, [test "x$HAVE_VIVI" = xyes])
2007 Aug 24
0
2 commits - player/swfplay.c
player/swfplay.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
New commits:
diff-tree 672054a7dcbd5853d9381c06d5185d13273bb2a7 (from parents)
Merge: bdc6d74104cb70c721602a1e3c164153c73efe72 b6f68c99b3532812e87e5bad2338cefa14121b8d
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Aug 24 15:23:52 2007 +0200
Merge branch 'master' of ssh://company at
2007 Jun 26
1
Branch 'as' - configure.ac
configure.ac | 1 +
1 files changed, 1 insertion(+)
New commits:
diff-tree fad705a672d2685cd5572f1bbe4fa9e17776441f (from 0e96b023aba5b5548d22679a5fdffcc0ebce13e5)
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Jun 26 11:31:50 2007 +0200
automake claims we need this
diff --git a/configure.ac b/configure.ac
index aac8129..e76bce0 100644
--- a/configure.ac
+++ b/configure.ac
2007 Aug 24
0
NEWS
NEWS | 2 ++
1 file changed, 2 insertions(+)
New commits:
diff-tree acf345dc1b3feb3dd3fd3a5fe8b723b4a2a0ad6a (from 2dc1160c08292f51e8d5d9b1fd671ade6632b822)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Aug 24 14:03:55 2007 +0200
add intro to NEWS
diff --git a/NEWS b/NEWS
index 2098bf8..4df5e27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
0.5.2
2007 Aug 24
0
9 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_keys.h libswfdec/swfdec_pattern.c libswfdec/swfdec_player.c test/trace
configure.ac | 2
doc/Makefile.am | 3
libswfdec/swfdec_as_object.c | 17 ++++
libswfdec/swfdec_as_object.h | 5 +
libswfdec/swfdec_keys.h | 1
libswfdec/swfdec_pattern.c | 5 +
libswfdec/swfdec_player.c | 100
2012 Jun 02
1
[PATCH 3/3] Fix build with automake 1.12
recent autotools require calling AM_PROG_AR before LT_INIT
this macro needs to be conditionally defined as it is not
present in old versions.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 754c458..ff7bf11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,10 +25,10 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign
2007 Oct 14
0
2 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_strings.c
configure.ac | 1
libswfdec/Makefile.am | 20 ++++++++++---------
libswfdec/swfdec_as_strings.c | 44 ------------------------------------------
3 files changed, 12 insertions(+), 53 deletions(-)
New commits:
commit 997aca7ef578ec31baf1bae06daf015a04b42e84
Merge: d893510... 1d5c170...
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Oct 14 20:05:45 2007
2012 Jun 15
0
Opus and WebM support have landed
On 14/06/2012 11:35, R?cker Thomas wrote:
> Hi,
>
> quick info. Yesterday Rillian landed Oneman's patches adding ogg/opus
> and WebM support on Icecast trunk.
> Big thanks for all the work that has gone into this!
>
> Please use trunk for your testing and development in this area from now.
> If you run into problems please send
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
- INCLUDES is deprecated, and CPPFLAGS is an user-defined
variable, use the proper AM_CPPFLAGS instead
- Remove FLAC__INLINE definition, providing proper
replacement for MSVC compilers.
- Detect if we have C99 's lround and provide a replacement
for windows...
---
configure.ac | 32 ++++++++--------------------
examples/c/decode/file/Makefile.am
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
Tag '0.5.2' created by Benjamin Otte <otte at gnome.org> at 2007-08-24 15:21 -0700
release 0.5.2 ("Kittencannon")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBGzultvMv5VCdLq8QRAsqIAKDYUX7j/7aM2qQ2gVShM9ZMhZK97gCeIjpS
PV9YNkhgIdoiDL79Bnrcv2U=
=G7Cq
-----END PGP SIGNATURE-----
Changes since 0.5.1:
Benjamin Otte:
add initial support for