hi,

i started an experimental clutter-swf renderer project 
http://www.students.itu.edu.tr/~gumusuy/clutter-swf-0.1.0.tar.bz2

using swfdec-0.6

In fact this project is a part of bigger clutter media project.

For less dependency i configured swfdec by ./configure  --prefix=/usr 
--disable-maintainer-mode --disable-gtk --disable-mad --disable-ffmpeg 
--disable-gstreamer --disable-vivified --disable-gtk-doc --with-audio=alsa 
switches

My questions are about swfdec-gtk.

1- Why  swfdec_playback.c and swfdec_source.c  are a part of swfdec-gtk they 
can compile without gtk. In my case i used these codes directly by copying to 
my source tree. they can be a part of public swfdec api and project like 
clutter-swf can use them from libswfdec

2- http loader using libsoup is also enabled when swfdec-gtk enabled. Is it 
possible to create a loader which is not dependent swfdec-gtk

3- As mentioned before i will use swfdec in a big media application which uses 
curl for http connection. But swfdec uses only libsoup, Because of dependency 
issues i think that it is not a bad idea to add a curl loader and select it at 
configure time (something like --with-http=<curl/libsoup>) 

4- swfdec_regtangle.h does not contain G_BEGIN_DECLS and G_END_DECLS macros. i 
realized it when included to a c++ code. and solved by
     G_BEGIN_DECLS
     #include <swfdec/swfdec.h>
     G_END_DECLS

but its better to solve it in source code

thank you and see you at guadec 2008

Uygar GUMUS
VESTEK Elektronik Arastirma Gelistirme A.S.
Adres   : ITU Ayazaga Kampusu Ari 2-B/7
34469 Maslak / Istanbul          
Tel        : 0212 285 21 20  dahili:147
Faks     : 0212 285 28 30
e-mail  : [EMAIL PROTECTED]

_______________________________________________
Swfdec mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/swfdec

Reply via email to