search for: 3af3442

Displaying 1 result from an estimated 1 matches for "3af3442".

Did you mean: 33442
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
...gt;url = swfdec_url_copy (url); - if (swfdec_url_is_local (url)) { - sec->sandbox = SWFDEC_SANDBOX_LOCAL_FILE; - } else { - sec->sandbox = SWFDEC_SANDBOX_REMOTE; - } -} - diff --git a/libswfdec/swfdec_flash_security.h b/libswfdec/swfdec_flash_security.h deleted file mode 100644 index 3af3442..0000000 --- a/libswfdec/swfdec_flash_security.h +++ /dev/null @@ -1,67 +0,0 @@ -/* Swfdec - * Copyright (C) 2007 Benjamin Otte <otte at 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...