search for: swfdec_player_scripting

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

2007 Dec 23
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_character.c libswfdec/swfdec_external_interface.c libswfdec/swfdec.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...1 libswfdec/swfdec_external_interface.c | 94 + libswfdec/swfdec_movie_as_drawing.c | 12 libswfdec/swfdec_player.c | 53 libswfdec/swfdec_player.h | 7 libswfdec/swfdec_player_internal.h | 2 libswfdec/swfdec_player_scripting.c | 39 libswfdec/swfdec_player_scripting.h | 62 libswfdec/swfdec_text_field_movie_html.c | 2 libswfdec/swfdec_xml.c | 14 libswfdec/swfdec_xml.h | 3 test/trace/Makefile.am...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...ode that changes policy files handling Everythng compiles, nothing works diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 9320e97..985eb28 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -113,7 +113,7 @@ libswfdec_source_files = \ swfdec_player_as.c \ swfdec_player_scripting.c \ swfdec_print_job.c \ - swfdec_policy_loader.c \ + swfdec_policy_file.c \ swfdec_rect.c \ swfdec_rectangle.c \ swfdec_resource.c \ @@ -261,7 +261,7 @@ noinst_HEADERS = \ swfdec_path.h \ swfdec_pattern.h \ swfdec_player_internal.h \ - swfdec_policy_loader.h \ + swfdec_policy_file.h...