pycousin / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

GSEAL issue #242

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I use old distro, which seemes don't have GSEAL macro in it's gtk ver., so 
can you add this workaround:

#ifndef GSEAL 
#  ifdef GSEAL_ENABLE
#    define GSEAL(ident)      _g_sealed__ ## ident
#  else
#    define GSEAL(ident)      ident
#  endif
#endif

to gmtk_media_tracker.h, so it i and others with old distros can compile 
gnome-mplayer without adding this workaround manually :)

Original issue reported on code.google.com by assaul...@googlemail.com on 11 Jul 2009 at 2:59

GoogleCodeExporter commented 8 years ago
Patch applied... can you test

Original comment by kdeko...@gmail.com on 11 Jul 2009 at 1:11

GoogleCodeExporter commented 8 years ago
It's compiling without problems now. Thanks.

Original comment by assaul...@googlemail.com on 11 Jul 2009 at 1:35

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 11 Jul 2009 at 11:05