Displaying 8 results from an estimated 8 matches for "libswfdecmozilla".
2008 Feb 10
1
compiling latest swfdec in debian unstable
Hi,
since a few days all the dependencies for compiling and running swfdec
0.5.90 and newer are met in debian experimental. So after adding the
experimental repository in /etc/apt/sources.list and doing apt-get -t
experimental install libsoup2.4-dev libglib2.0-dev you can continue to
test latest and greatest swfdec.
cheers,
Riccardo
2008 Jan 25
1
How to install swfdec as mozilla plugin under ubuntu 7.10
Hi,
Can you please tell me how to install swfdec as mozilla plugin under
ubuntu 7.10?
I have compiled and 'make intall' swfdec mozilla plugin. But when I
restart firefox and reload 'youtube page', it still uses the default
flash plugins.
Thank you for any tips.
2007 Nov 06
0
configure.ac src/Makefile.am src/plugin.c
...then
AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])
fi
diff --git a/src/Makefile.am b/src/Makefile.am
index 24bce9c..bbfc043 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,10 +2,11 @@ plugindir = $(PLUGIN_DIR)
plugin_LTLIBRARIES = libswfdecmozilla.la
libswfdecmozilla_la_CFLAGS = $(GLOBAL_CFLAGS) $(MOZILLA_CFLAGS) $(SWFDEC_CFLAGS) \
- $(AUDIO_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
+ -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\"
+
libswfdecmozilla_la_LDFLAGS = \
-module -avoid-version -export-symbols $(srcdir)/plugin.symbols \
- $(...
2007 Nov 06
1
src/plugin.c
...plugin.c
+++ b/src/plugin.c
@@ -128,22 +128,31 @@ NP_GetValue (void* reserved, NPPVariable var, void* out)
return NPERR_NO_ERROR;
}
-static gboolean
-make_sure_this_thing_stays_in_memory (void)
+/* This mess is unfortunately necessary */
+#define PLUGIN_FILE PLUGIN_DIR G_DIR_SEPARATOR_S "libswfdecmozilla." G_MODULE_SUFFIX
+G_MODULE_EXPORT gboolean
+swfdec_mozilla_make_sure_this_thing_stays_in_memory (void)
{
static gboolean inited = FALSE;
GModule *module;
+ gpointer check;
if (inited)
return TRUE;
- inited = TRUE;
if (!g_module_supported ())
return FALSE;
- mod...
2007 May 03
0
Re: Swfdec Digest, Vol 6, Issue 2
On Thursday 03 May 2007 20:01, swfdec-request@lists.freedesktop.org wrote:
> Has anybody of you guys had a look at it recently or could I make you?
Following the install instructions I put on the Wiki, on Kubuntu 6.10 I get:
Shockwave Flash Shockwave Flash 9.0 (Swfdec 0.4.3) libswfdecmozilla.la
application/x-shockwave-flash - Adobe Flash movie (.swf)
Shockwave Flash Shockwave Flash 9.0 (Swfdec 0.4.3) libswfdecmozilla.so
application/x-shockwave-flash - Adobe Flash movie (.swf)
In about:plugins in Konqueror. However, at least on youtube, the flash
elements don't show up on th...
2008 Jun 17
2
[Bug 16395] New: glib abort for "double free or corruption" in jpeg code
...lib/libswfdec-0.7.so.0[0xb1a9f89d]
/usr/local/lib/libswfdec-0.7.so.0(swfdec_movie_render+0x283)[0xb1a9ce43]
/usr/local/lib/libswfdec-0.7.so.0(swfdec_player_render_with_renderer+0x24c)[0xb1aad11c]
/usr/local/lib/libswfdec-0.7.so.0(swfdec_player_render+0xaf)[0xb1aad3cf]
/usr/local/lib/mozilla/plugins/libswfdecmozilla.so(swfmoz_player_render+0x1a3)[0xb348a373]
/usr/local/lib/mozilla/plugins/libswfdecmozilla.so[0xb348ad8d]
/usr/lib/libglib-2.0.so.0[0xb743ce01]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x178)[0xb743e978]
/usr/lib/libglib-2.0.so.0[0xb7441bce]
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1e7)...
2008 Nov 15
1
[Bug 18546] New: google video not working, but possible reason found
...Status: NEW
Severity: enhancement
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: bugzilla at consolejunkie.net
QAContact: swfdec at lists.freedesktop.org
When I use libswf0.8-ubuntu with libswfdecmozilla in Mozilla Firefox 3.x and
visit the specified URL and try to play a video it doesn't work.
This does work with Mozilla Firefox on Windows with Flash.
Add I also see why, there is one thing different from Flash and a Google-server
which has a strange configuration.
It seems Flash thinks vide...
2007 Nov 06
4
[Bug 13110] New: Crash in firefox with swfdec
...available.
#52 0xb5a19f2e in swfdec_gtk_player_get_type ()
from /usr/lib/libswfdec-gtk-0.5.so.2
No symbol table info available.
#53 0xb5a1a3cc in swfdec_gtk_player_new ()
from /usr/lib/libswfdec-gtk-0.5.so.2
No symbol table info available.
#54 0xb59fdac3 in ?? () from /usr/lib/mozilla/plugins/libswfdecmozilla.so
Ideas?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.