GNOME Bugzilla – Bug 640986
Fix undefined symbol in libtotem-plparser-mini
Last modified: 2011-02-01 01:33:55 UTC
With 2.32.2, linking libtotem-plparser-mini fails on PE platforms, as well as on Linux with -Wl,-z,defs, with an undefined reference to totem_pl_parser_is_videosite. The videosite code is only included in the full library.
Created attachment 179672 [details] [review] Fix undefined symbol in libtotem-plparser-mini
That's wrong. totem_pl_parser_is_videosite() is supposed to be defined for both the normal library and the mini one, otherwise there's a loss in functionality.
Created attachment 179758 [details] [review] Fix undefined symbol in libtotem-plparser-mini totem-pl-parser.c:totem_pl_parser_can_parse_from_uri() calls totem_pl_parser_is_videosite(), which relies on libquvi.
Attachment 179758 [details] pushed as 0c63fa0 - Fix undefined symbol in libtotem-plparser-mini
commit 0c63fa02401190e0cfa1033f011722964b5031a2 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Date: Mon Jan 31 19:12:56 2011 -0600 Fix undefined symbol in libtotem-plparser-mini totem-pl-parser.c:totem_pl_parser_can_parse_from_uri() calls totem_pl_parser_is_videosite(), which relies on libquvi. https://bugzilla.gnome.org/show_bug.cgi?id=640986