search for: include_hea

Displaying 8 results from an estimated 8 matches for "include_hea".

Did you mean: include_des
2007 Jul 07
0
2 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
...5 +1,3 @@ -if WITH_GTK - # this workaround is needed or autotools don't generate the .deps/*.Plo files correctly swfdec_playback.c: swfdec_playback_$(AUDIO_TYPE).c Makefile cmp -s $(srcdir)/swfdec_playback_$(AUDIO_TYPE).c swfdec_playback.c \ @@ -38,8 +36,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEA swfdec_gtk_player.h \ swfdec_gtk_widget.h -endif - EXTRA_DIST = \ swfdec_playback_alsa.c \ swfdec_playback_none.c diff --git a/player/Makefile.am b/player/Makefile.am index 11c0b56..501d547 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -1,5 +1,3 @@ -if WITH_GTK - noinst_PR...
2007 Jul 07
0
Branch 'as' - 3 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
...5 +1,3 @@ -if WITH_GTK - # this workaround is needed or autotools don't generate the .deps/*.Plo files correctly swfdec_playback.c: swfdec_playback_$(AUDIO_TYPE).c Makefile cmp -s $(srcdir)/swfdec_playback_$(AUDIO_TYPE).c swfdec_playback.c \ @@ -38,8 +36,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEA swfdec_gtk_player.h \ swfdec_gtk_widget.h -endif - EXTRA_DIST = \ swfdec_playback_alsa.c \ swfdec_playback_none.c diff --git a/player/Makefile.am b/player/Makefile.am index 11c0b56..501d547 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -1,5 +1,3 @@ -if WITH_GTK - noinst_PR...
2007 Jul 16
0
configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_playback_oss.c
...$with_audio" = "auto" -o "$with_audio" = "none"; then diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index 97efc67..ac8e912 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -38,4 +38,5 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEA EXTRA_DIST = \ swfdec_playback_alsa.c \ + swfdec_playback_oss.c \ swfdec_playback_none.c diff --git a/libswfdec-gtk/swfdec_playback_oss.c b/libswfdec-gtk/swfdec_playback_oss.c new file mode 100644 index 0000000..9c94252 --- /dev/null +++ b/libswfdec-gtk/swfdec_playback_oss.c @@ -0,0 +1,265 @...
2007 Jul 13
0
3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
.../Makefile.am +++ b/libswfdec/Makefile.am @@ -121,6 +121,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_LDFLAGS public_headers = \ swfdec.h \ swfdec_as_context.h \ + swfdec_as_frame.h \ swfdec_as_object.h \ swfdec_as_types.h \ swfdec_audio.h \ @@ -135,7 +136,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEA noinst_HEADERS = \ swfdec_as_array.h \ swfdec_as_boolean.h \ - swfdec_as_frame.h \ + swfdec_as_frame_internal.h \ swfdec_as_function.h \ swfdec_as_internal.h \ swfdec_as_interpret.h \ diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h index 6af4d0a..3d326db 100644 --- a/libswfdec/swfde...
2007 Mar 28
0
Branch 'as' - 3 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_types.c
...file.am +++ b/libswfdec/Makefile.am @@ -17,6 +17,7 @@ js_cflags = -I$(srcdir)/js/ -I./js -DXP_ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_as_context.c \ + swfdec_as_frame.c \ swfdec_as_object.c \ swfdec_as_types.c \ swfdec_amf.c \ @@ -110,6 +111,7 @@ libswfdec_@SWFDEC_MAJORMINOR@include_HEA noinst_HEADERS = \ swfdec_as_context.h \ + swfdec_as_frame.h \ swfdec_as_object.h \ swfdec_as_types.h \ swfdec_amf.h \ diff --git a/libswfdec/swfdec_as_context.c b/libswfdec/swfdec_as_context.c index 8b05dc3..e9bdc80 100644 --- a/libswfdec/swfdec_as_context.c +++ b/libswfdec/swfdec_as_co...
2007 Jul 04
0
Branch 'as' - 25 commits - libswfdec/Makefile.am libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...wfdec/Makefile.am @@ -21,6 +21,7 @@ lib_LTLIBRARIES = libswfdec- at SWFDEC_MAJO libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_as_array.c \ + swfdec_as_boolean.c \ swfdec_as_context.c \ swfdec_as_frame.c \ swfdec_as_function.c \ @@ -132,6 +133,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEA noinst_HEADERS = \ swfdec_as_array.h \ + swfdec_as_boolean.h \ swfdec_as_frame.h \ swfdec_as_function.h \ swfdec_as_interpret.h \ diff --git a/libswfdec/swfdec_as_boolean.c b/libswfdec/swfdec_as_boolean.c new file mode 100644 index 0000000..da45473 --- /dev/null +++ b/libswfdec/swfdec_as...
2007 Jul 02
0
Branch 'as' - 24 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...-117,8 +119,8 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_LDFLAGS public_headers = \ swfdec.h \ - swfdec_as_context.c \ - swfdec_as_types.c \ + swfdec_as_context.h \ + swfdec_as_types.h \ swfdec_audio.h \ swfdec_buffer.h \ swfdec_loader.h \ @@ -130,7 +132,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEA noinst_HEADERS = \ swfdec_as_array.h \ - swfdec_as_context.h \ swfdec_as_frame.h \ swfdec_as_function.h \ swfdec_as_interpret.h \ @@ -144,7 +145,6 @@ noinst_HEADERS = \ swfdec_as_string.h \ swfdec_as_strings.h \ swfdec_as_super.h \ - swfdec_as_types.h \ swfdec_as_with.h \ swfde...
2007 Mar 29
0
Branch 'as' - 9 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...file.am @@ -18,6 +18,7 @@ js_cflags = -I$(srcdir)/js/ -I./js -DXP_ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_as_context.c \ swfdec_as_frame.c \ + swfdec_as_function.c \ swfdec_as_object.c \ swfdec_as_stack.c \ swfdec_as_types.c \ @@ -113,6 +114,7 @@ libswfdec_@SWFDEC_MAJORMINOR@include_HEA noinst_HEADERS = \ swfdec_as_context.h \ swfdec_as_frame.h \ + swfdec_as_function.h \ swfdec_as_object.h \ swfdec_as_stack.h \ swfdec_as_types.h \ diff --git a/libswfdec/swfdec_as_function.c b/libswfdec/swfdec_as_function.c new file mode 100644 index 0000000..68e98c5 --- /dev/null +++ b/...