search for: uygar

Displaying 4 results from an estimated 4 matches for "uygar".

Did you mean: uyar
2008 Jul 04
2
swfdec and clutter
...up>) 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 : uygar.gumus at vestel.com.tr -------------- next part -------------- An HTML attachment was scrubb...
2007 Jul 17
2
swfdec new version
...a keyword of c++ i could not compile it. Is there a trick for it? Or the name of operator should be changed?? 2- This version can not play flv files. As you know. swfdec_flv_decoder_add_movie call aborts program. When this will be implemented??? I strongly need your replies. Thanks a lot. -- Uygar G?m?? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/swfdec/attachments/20070717/20c27e2d/attachment.htm
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...ompiler use new SWFAction_getByteCode() function release 0.5.1 Eric Anholt: Call the charset UTF-8 instead of UTF8, which FreeBSD's glib doesn't recognize. Add an OSS audio backend so I can hear Strindberg and Helium. (Heeeelium!) Sven Herzberg: fix compile issues Uygar G??m????: rename SwfdecAsObjectClass.delete to del, since delete is a reserved C++ keyword --- .gitignore | 2 NEWS | 11 configure.ac...
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
...L; - frame = GUINT16_FROM_LE (*((guint16 *) data)); + frame = data[0] | (data[1] << 8); jump = data[2]; return g_strdup_printf ("WaitForFrame %u %u", frame, jump); } diff-tree f7617df09a9ef883cb0503e801f457175d5e3de7 (from b9c53ce3c9dda11eabeb6b91f96a7e80b232bf31) Author: Uygar G??m???? <uygar.gumus at gmail.com> Date: Tue Jul 17 20:29:40 2007 +0100 rename SwfdecAsObjectClass.delete to del, since delete is a reserved C++ keyword diff --git a/libswfdec/swfdec_as_object.c b/libswfdec/swfdec_as_object.c index 989c30b..3bb325f 100644 --- a/libswfdec/swfdec_as_ob...